Skip to content

Commit

Permalink
CSS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Sep 8, 2022
1 parent 096de88 commit ba72903
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/SearchBlock/less/datahub.less
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
*/
.above-results .sorting .inline.dropdown > span,
.dropdown-facets-list .ui.button.sui-button:hover,
.ui.button.sui-button {
.ui.basic.button.sui-button,
.ui.basic.button.sui-button:active {
color: @blue-5 !important;
}

Expand Down
2 changes: 1 addition & 1 deletion src/SearchBlock/less/dropdown-filterlist.less
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
.ui.button.sui-button {
padding: 0;
margin: 0 1em;
color: @secondaryColor;
color: @secondaryColor !important;
font-weight: 600;

&:hover,
Expand Down

0 comments on commit ba72903

Please sign in to comment.