|
@@ -1,6 +1,6 @@
|
|
|
@use '@growi/core-styles/scss/bootstrap/init' as bs;
|
|
@use '@growi/core-styles/scss/bootstrap/init' as bs;
|
|
|
|
|
|
|
|
.dropdown-item:active{
|
|
.dropdown-item:active{
|
|
|
- --#{$prefix}dropdown-link-active-color: #{( bs.$gray-600 )};
|
|
|
|
|
- --#{$prefix}dropdown-link-active-bg: #{( bs.$gray-200 )};
|
|
|
|
|
|
|
+ --#{$prefix}dropdown-link-active-color: var(----#{$prefix}gray-600);
|
|
|
|
|
+ --#{$prefix}dropdown-link-active-bg: var(----#{$prefix}gray-200);
|
|
|
}
|
|
}
|