Skip to content

Commit

Permalink
Ps 1754 community pr reviewed (#3929)
Browse files Browse the repository at this point in the history
* community PR reviewed, Update search cancel button to be visible in all themes

* community PR reviewed, Update search cancel button to be visible in all themes 2
  • Loading branch information
cd-bitwarden authored Oct 31, 2022
1 parent 05fe75d commit 23ffbcb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/browser/src/popup/images/close-button-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions apps/browser/src/popup/scss/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,19 @@ main {
main {
bottom: 55px;
}

[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
appearance: none;
height: 15px;
width: 15px;
background-repeat: no-repeat;
mask-image: url("../images/close-button-white.svg");
-webkit-mask-image: url("../images/close-button-white.svg");
@include themify($themes) {
background-color: themed("headerInputColor");
}
}
}

.center-content,
Expand Down

0 comments on commit 23ffbcb

Please sign in to comment.