mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
enable clear button in search input types (#300)
This commit is contained in:
parent
224a468712
commit
066ab1500f
@ -254,6 +254,10 @@ label:not(.form-check-label):not(.btn), label.bold {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
input[type="search"]::-webkit-search-cancel-button {
|
||||
-webkit-appearance: searchfield-cancel-button;
|
||||
}
|
||||
|
||||
.btn[class*="btn-outline-"] {
|
||||
&:not(:hover) {
|
||||
border-color: $secondary;
|
||||
|
Loading…
Reference in New Issue
Block a user