@@ -0,0 +1,16 @@
+@use '@growi/core-styles/scss/bootstrap/init' as bs;
+
+// == Colors
+@include bs.color-mode(light) {
+ .dropdown-item:active{
+ color: #403c39;
+ background-color: #efeeed;
+ }
+}
+@include bs.color-mode(dark) {
+ background-color: #535c5a;
@@ -26,6 +26,7 @@
@import 'modal';
@import 'share-link';
@import 'marker';
+@import 'dropdown';
/*
* for Guest User Mode