Skip to content

Commit

Permalink
Fix reset button color for sandal theme
Browse files Browse the repository at this point in the history
  • Loading branch information
xmorave2 committed Jul 20, 2023
1 parent 763f765 commit 624bb63
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion themes/sandal/css/compiled.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions themes/sandal/less/search.less
Original file line number Diff line number Diff line change
Expand Up @@ -315,3 +315,7 @@
box-shadow: none;
background-color: @light-silver;
}

#searchForm-reset {
color: #000;
}
4 changes: 4 additions & 0 deletions themes/sandal/scss/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -315,3 +315,7 @@
box-shadow: none;
background-color: $light-silver;
}

#searchForm-reset {
color: #000;
}

0 comments on commit 624bb63

Please sign in to comment.