Skip to content

Commit

Permalink
Update search-bar.less
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Aug 10, 2022
1 parent 77e62b8 commit f97ff09
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion war/src/main/less/form/search-bar.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
background: var(--item-background--hover);
border: none;
outline: none;
border-radius: 10px;
border-radius: 0.625rem;
width: 100%;
margin: 0;
padding: 0 0.5rem 0 var(--search-bar-height);
Expand All @@ -19,6 +19,10 @@
font-weight: 500;
height: var(--search-bar-height);

&::placeholder {
color: var(--text-color-secondary);
}

// Safari adds unwanted padding - let's remove it
&::-webkit-search-decoration {
-webkit-appearance: none;
Expand Down

0 comments on commit f97ff09

Please sign in to comment.