-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
render all buttons as active if no user context is selected.
- Loading branch information
1 parent
4e7701b
commit fd74e19
Showing
4 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
5 changes: 4 additions & 1 deletion
5
.../addon-test-support/ilios-common/page-objects/components/dashboard/user-context-filter.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
packages/ilios-common/app/styles/ilios-common/components/dashboard/user-context-filter.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
@use "../../mixins" as m; | ||
@use "../../colors" as c; | ||
|
||
.dashboard-user-context-filter { | ||
@include m.multi-button; | ||
|
||
label.active { | ||
background-color: c.$tealBlue; | ||
color: c.$white; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters