1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

[CL-759] Remove browser style overrides for checkbox (#15552)

This commit is contained in:
Vicki League
2025-07-10 09:14:46 -04:00
committed by GitHub
parent 1f60bcdcc0
commit 8c3c5ab861
2 changed files with 5 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ a:not(popup-page a, popup-tab-navigation a) {
}
}
input:not(bit-form-field input, bit-search input),
input:not(bit-form-field input, bit-search input, input[bitcheckbox]),
select:not(bit-form-field select),
textarea:not(bit-form-field textarea) {
@include themify($themes) {
@@ -109,7 +109,7 @@ textarea:not(bit-form-field textarea) {
}
}
input,
input:not(input[bitcheckbox]),
select,
textarea,
button:not(bit-chip-select button) {