Skip to content

Commit

Permalink
move scss files to core-styles package
Browse files Browse the repository at this point in the history
  • Loading branch information
WNomunomu committed Sep 13, 2024
1 parent 4de2874 commit 8b6588a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 17 deletions.
16 changes: 0 additions & 16 deletions apps/app/src/styles/_dropdown.scss

This file was deleted.

1 change: 0 additions & 1 deletion apps/app/src/styles/style-app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
@import 'modal';
@import 'share-link';
@import 'marker';
@import 'dropdown';

/*
* for Guest User Mode
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@use '@growi/core-styles/scss/bootstrap/init' as bs;

.dropdown-item:active{
--bs-dropdown-link-active-bg: #{( bs.$gray-700 )};
}
Original file line number Diff line number Diff line change
@@ -0,0 +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 )};
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
@import './pagination';
@import './progress';
@import './list-group';
@import './dropdown-dark';
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
@import './pagination';
@import './progress';
@import './list-group';
@import './dropdown-light';

0 comments on commit 8b6588a

Please sign in to comment.