Skip to content

Commit

Permalink
Refs #139198 - Custom design for label New to prevent confusion with …
Browse files Browse the repository at this point in the history
…clickable buttons.
  • Loading branch information
GhitaB committed Sep 28, 2021
1 parent 53544cb commit 2f4d0e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
@s-dark-gray: rgba(0, 0, 0, 0.87);
@s-medium-gray: #e0e1e2;
@s-light-gray: #edf1f2;
@s-light-orange: #ffdfbb;
@s-dark-orange: #b5762a;

.sui-multi-checkbox-facet__option-input-wrapper {
max-width: 15em;
Expand Down Expand Up @@ -249,6 +251,8 @@ div#page-document {

h4 div.label.new-item {
padding: 5px 6px 4px 5px;
background: @s-light-orange;
color: @s-dark-orange;
font-size: 70%;
}

Expand Down

0 comments on commit 2f4d0e3

Please sign in to comment.