Skip to content

Commit

Permalink
avoid create content button getting hidden
Browse files Browse the repository at this point in the history
there is no purpose for min width - it expands to fill available space anyway
  • Loading branch information
tomaskikutis committed Oct 2, 2023
1 parent e54124f commit 1e5b20b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions styles/sass/sf-additional.scss
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@
flex-grow: 1;
.search-handler {
box-shadow: none !important;
min-width: 320px;
input {
flex-grow: 1;
flex-shrink: 1;
Expand Down Expand Up @@ -326,7 +325,7 @@
pointer-events: none;
}
}

&:focus-within {
box-shadow: inset 0 0 0 1px var(--sd-colour-interactive--alpha-50), inset 0 0 0 6px var(--sd-colour-interactive--alpha-20);
background-color: var(--sd-colour-bg__searchbar);
Expand Down

0 comments on commit 1e5b20b

Please sign in to comment.