mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-26 12:24:26 +03:00
Merge pull request #2120 from gitbutlerapp/checkbox-styles-updated
Checkbox styles updated
This commit is contained in:
commit
74d4b7da4a
@ -72,11 +72,8 @@
|
||||
}
|
||||
|
||||
&:indeterminate {
|
||||
&::after {
|
||||
opacity: 1;
|
||||
filter: invert(0);
|
||||
transform: scale(1);
|
||||
}
|
||||
background-color: var(--clr-theme-container-pale);
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
@ -122,6 +119,7 @@
|
||||
opacity var(--transition-fast),
|
||||
transform var(--transition-fast);
|
||||
opacity: 0;
|
||||
filter: invert(var(--helpers-invert-1));
|
||||
}
|
||||
|
||||
/* tick element */
|
||||
@ -139,5 +137,4 @@
|
||||
height: var(--space-14);
|
||||
}
|
||||
}
|
||||
/* test */
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user