mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-21 07:15:15 +03:00
Fix OSD checkbox
This commit is contained in:
parent
ea02d9a7a8
commit
e4a8ce7b35
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ progress[value] {
|
||||||
input[type='checkbox'] {
|
input[type='checkbox'] {
|
||||||
&:after {
|
&:after {
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
content: '';
|
content: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue