Skip to content

Commit

Permalink
Update with button hover
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Souhei committed Sep 17, 2024
1 parent 7599585 commit cee7db3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ckanext/fjelltopp_theme/assets/css/fjelltopp-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1145,9 +1145,9 @@ a:hover {
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
color: config.$light;
background-color: config.$secondary !important; /* to overwrite default */
border-color: config.$secondary;
color: config.$primary;
background-color: config.$primary25 !important; /* to overwrite default */
border-color: config.$primary;
}

fieldset[disabled] .btn-primary.focus {
Expand Down Expand Up @@ -2522,7 +2522,7 @@ div.main.search {
margin: 0;
}

.pill, .module-narrow .nav-item.active a, .module-narrow .nav-item.active a:hover {
.pill, .module-narrow .nav-item.active a, .module-narrow .nav-item.active a:hover, .module-narrow .nav-item a:hover {
background-color: config.$primary10;
}

Expand Down

0 comments on commit cee7db3

Please sign in to comment.