1
0
Fork 0
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:
Mark Haslinghuis 2022-09-04 03:15:39 +02:00
parent ea02d9a7a8
commit e4a8ce7b35

View file

@ -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;