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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user