fix: Tnixc bug collection 3 (#231)
* fix: Unchecked switches * fix: Checkbox toggles
This commit is contained in:
@@ -306,7 +306,8 @@ div[class|="contentRegion"] {
|
||||
|
||||
// unchecked
|
||||
div[class|="control"] {
|
||||
> div[style*="background-color: hsl(218, calc(var(--saturation-factor, 1) * 4.6%), 46.9%)"] {
|
||||
> div[style*="background-color: hsl(218, calc(var(--saturation-factor, 1) * 4.6%), 46.9%)"],
|
||||
> div[style$="background-color: rgb(128, 132, 142);"] {
|
||||
background-color: $surface2 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -267,11 +267,9 @@ section[class|="positionContainer"] {
|
||||
}
|
||||
|
||||
> div[class|="focusLock"] > div[class|="root"] {
|
||||
box-shadow:
|
||||
0 0 0 1px $surface0,
|
||||
box-shadow: 0 0 0 1px $surface0,
|
||||
0 2px 10px 0 hsla(0, calc(var(--saturation-factor, 1) * 0%), 0%, 0.1);
|
||||
-webkit-box-shadow:
|
||||
0 0 0 1px $surface0,
|
||||
-webkit-box-shadow: 0 0 0 1px $surface0,
|
||||
0 2px 10px 0 hsla(0, calc(var(--saturation-factor, 1) * 0%), 0%, 0.1);
|
||||
}
|
||||
|
||||
@@ -425,6 +423,17 @@ div[class|="layerContainer"] {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Checkbox toggles
|
||||
div[class|="checkbox"] {
|
||||
&[class*="checked-"] {
|
||||
border: none;
|
||||
|
||||
svg path {
|
||||
fill: $crust;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// add game
|
||||
|
||||
Reference in New Issue
Block a user