Skip to content

Commit

Permalink
Refs #139198 - WIP inline filter list styles - show filters btn.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 11, 2021
1 parent 229c8d5 commit e1239e6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,14 @@ div#page-document {

div.inline-filter-list {
button.show-filters {
width: 180px;
position: relative;
top: 8px;
margin-left: 10px;
background: white !important;
border-radius: 2px;
color: @sf-azure !important;
float: left;
font-size: 12px;
}

div.filter-list {
Expand Down

0 comments on commit e1239e6

Please sign in to comment.