mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 23:16:16 -06:00
fix for firefox checkboxes not appearing properly, added appearance as none
This commit is contained in:
parent
4bbd6ab79c
commit
8acc00aa66
@ -94,6 +94,7 @@ input:checked + .gf-form-switch__slider::before {
|
||||
opacity: 0;
|
||||
width: 0;
|
||||
height: 0;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
&--transparent {
|
||||
|
Loading…
Reference in New Issue
Block a user