1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-23 11:56:00 +01:00

enable clear button in search input types (#300)

This commit is contained in:
Matej Kramny 2018-12-08 09:07:34 +08:00 committed by Kyle Spearrin
parent 224a468712
commit 066ab1500f

View File

@ -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;