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