Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ Blackman <blckmn@users.noreply.github.com>2022-09-18 02:06:38 +0300
committerGitHub <noreply@github.com>2022-09-18 02:06:38 +0300
commit7fdc62afadd1cc4894012f1f28223f026b0c84b7 (patch)
tree35007417469a6d06116e44155701d6afebcf0306
parent74d2492b34302485fa80b868f53b0e3caa7aa715 (diff)
parente4a8ce7b35b62098f078d76e7701e6786980ea7d (diff)
Merge pull request #3018 from haslinghuis/fix-osd-checkbox
-rw-r--r--src/css/dark-theme.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css/dark-theme.less b/src/css/dark-theme.less
index 96049856..f9b98b34 100644
--- a/src/css/dark-theme.less
+++ b/src/css/dark-theme.less
@@ -520,7 +520,7 @@ progress[value] {
input[type='checkbox'] {
&:after {
line-height: 1.5em;
- content: '';
+ content: none;
display: inline-block;
width: 12px;
height: 12px;