1
0
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:
codecalm
2019-12-16 00:35:54 +01:00
parent 7d66c8ab95
commit 6d786c27ed
14 changed files with 58 additions and 50 deletions
+2 -2
View File
@@ -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 {