Skip to content

Commit

Permalink
Adjust input controls color
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Aug 3, 2022
1 parent bb040e4 commit 306707e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/SearchBlock/less/datahub.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@
.terms-box-left .search-icon svg {
fill: @blue-5 !important;
}

.input-controls .clear-button {
border-color: @blue-5 !important;
}

.input-controls i.close.icon {
color: @blue-5 !important;

&:before,
&:after {
background-color: @blue-5 !important;
}
}
}

/**
Expand Down

0 comments on commit 306707e

Please sign in to comment.