mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-04 01:03:47 +03:00
fix: css for checkbox
This commit is contained in:
parent
56d2b4706e
commit
6a3930c36e
@ -15,6 +15,8 @@
|
|||||||
&__checkbox {
|
&__checkbox {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
min-width: 20px;
|
||||||
|
min-height: 20px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: globals.$dark-background-color;
|
background-color: globals.$dark-background-color;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -45,6 +47,9 @@
|
|||||||
|
|
||||||
&__label {
|
&__label {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
&:has(+ input:disabled) {
|
&:has(+ input:disabled) {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
|
Loading…
Reference in New Issue
Block a user