mirror of
https://github.com/tabler/tabler.git
synced 2026-07-29 14:34:37 +04:00
dark theme, remove unused functions
This commit is contained in:
@@ -18,7 +18,7 @@ Image check
|
||||
display: flex;
|
||||
margin: 0;
|
||||
user-select: none;
|
||||
border: 1px solid $border-color;
|
||||
border: 1px solid $border-color-alpha;
|
||||
border-radius: 3px;
|
||||
|
||||
.imagecheck-input:focus ~ & {
|
||||
@@ -27,7 +27,7 @@ Image check
|
||||
}
|
||||
|
||||
.imagecheck-input:checked ~ & {
|
||||
border-color: $border-color;
|
||||
border-color: $border-color-alpha;
|
||||
}
|
||||
|
||||
&::before {
|
||||
|
||||
Reference in New Issue
Block a user