mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -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;
|
opacity: 0;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--transparent {
|
&--transparent {
|
||||||
|
Loading…
Reference in New Issue
Block a user