mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 01:05:15 +03:00
Fix select2 height displaying differently
This commit is contained in:
parent
77cd427c89
commit
60d6ee448e
1 changed files with 4 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
||||||
.select2 {
|
.select2 {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 13.3333px;
|
font-size: 13.3333px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-selection__rendered {
|
.select2-selection__rendered {
|
||||||
line-height: 18.5px !important;
|
line-height: 18px !important;
|
||||||
padding-left: 4px !important;
|
padding-left: 4px !important;
|
||||||
color: var(--defaultText) !important;
|
color: var(--defaultText) !important;
|
||||||
border-radius: 2px !important;
|
border-radius: 2px !important;
|
||||||
|
@ -15,12 +15,13 @@
|
||||||
.select2-container .select2-selection--single {
|
.select2-container .select2-selection--single {
|
||||||
height: 20px !important;
|
height: 20px !important;
|
||||||
border-radius: 3px !important;
|
border-radius: 3px !important;
|
||||||
border: 0.5px solid var(--subtleAccent) !important;
|
border: 1px solid var(--subtleAccent) !important;
|
||||||
cursor: default !important;
|
cursor: default !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-selection__arrow {
|
.select2-selection__arrow {
|
||||||
height: 19px !important;
|
height: 19px !important;
|
||||||
|
top: 0 !important;
|
||||||
}
|
}
|
||||||
.select2-selection__arrow b {
|
.select2-selection__arrow b {
|
||||||
height: 5px !important;
|
height: 5px !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue