Merge pull request #2120 from gitbutlerapp/checkbox-styles-updated

Checkbox styles updated
This commit is contained in:
Pavel Laptev 2023-12-22 10:44:48 +01:00 committed by GitHub
commit 74d4b7da4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>