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'] {
|
||||
&:after {
|
||||
line-height: 1.5em;
|
||||
content: '';
|
||||
content: none;
|
||||
display: inline-block;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue