This commit is contained in:
Ferit Yiğit BALABAN
2022-07-28 19:53:25 +03:00
parent f865f01b1f
commit b8903ab7f1
2 changed files with 30 additions and 2 deletions

View File

@@ -98,6 +98,13 @@ $toggle-label_s_second_bar: math.div($toggle-label_s_width - 4, 2);
height: $toggle-label_l_width;
position: relative;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
.bar {
padding: 0;