imprv: The color of the dropdown list when it is activated
@@ -0,0 +1,5 @@
+@use '@growi/core-styles/scss/bootstrap/init' as bs;
+
+.dropdown-item:active{
+ --#{$prefix}dropdown-link-active-bg: var(--#{$prefix}gray-700);
+}
@@ -0,0 +1,6 @@
+ --#{$prefix}dropdown-link-active-color: var(----#{$prefix}gray-600);
+ --#{$prefix}dropdown-link-active-bg: var(----#{$prefix}gray-200);
@@ -5,3 +5,4 @@
@import './pagination';
@import './progress';
@import './list-group';
+@import './dropdown-dark';
+@import './dropdown-light';