Skip to content

Commit

Permalink
add prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
WNomunomu committed Sep 13, 2024
1 parent 8b6588a commit dad37dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@use '@growi/core-styles/scss/bootstrap/init' as bs;

.dropdown-item:active{
--bs-dropdown-link-active-bg: #{( bs.$gray-700 )};
--#{$prefix}dropdown-link-active-bg: #{( bs.$gray-700 )};
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use '@growi/core-styles/scss/bootstrap/init' as bs;

.dropdown-item:active{
--bs-dropdown-link-active-color: #{( bs.$gray-600 )};
--bs-dropdown-link-active-bg: #{( bs.$gray-200 )};
--#{$prefix}dropdown-link-active-color: #{( bs.$gray-600 )};
--#{$prefix}dropdown-link-active-bg: #{( bs.$gray-200 )};
}

0 comments on commit dad37dd

Please sign in to comment.