Skip to content

Commit

Permalink
style: update hover colors for view label
Browse files Browse the repository at this point in the history
  • Loading branch information
Destaq committed Oct 30, 2024
1 parent d88148c commit 91da7c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assets/images/views/settingsOnHover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ $offWhite: #f8f8f8;
$searchBoxWhite: #f1f1f1;
$veryLightGray: #e5e5e5;
$lightGray: #acacac;
$viewLabelGray: #7e7e7e80;
$medGray: #737373;
$darkGray: #3c3c3c;
$darkGray2: #404040;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Semester/ViewDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default defineComponent({
padding-bottom: 0.5rem;
&--label {
:hover > & {
color: $einBlue;
color: $viewLabelGray;
}
font-weight: 500;
font-size: 19px;
Expand Down

0 comments on commit 91da7c5

Please sign in to comment.