Skip to content

Commit b16b286

Browse files
committed
updated Typescript toggle active state color to the vue green
1 parent e69e29e commit b16b286

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/layouts/MyLayout.vue

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -352,12 +352,6 @@ q-btn > i {
352352
background-color: rgba(255, 255, 255, 0.301);
353353
}
354354
355-
// .fa-backward:hover,
356-
// .fa-forward:hover {
357-
// cursor: pointer;
358-
// color: $secondary;
359-
// }
360-
361355
#unavailable {
362356
color: grey;
363357
cursor: default;
@@ -515,7 +509,7 @@ q-btn > i {
515509
opacity: 0;
516510
}
517511
.switch-input:checked ~ .switch-label {
518-
background: #289ead;
512+
background: $secondary;
519513
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
520514
}
521515
.switch-input:checked ~ .switch-label:before {
@@ -540,7 +534,7 @@ q-btn > i {
540534
position: absolute;
541535
top: 20px;
542536
left: 20px;
543-
margin: -6px 0 0 -6px;
537+
margin: -12px -12px;
544538
width: 12px;
545539
height: 12px;
546540
background: linear-gradient(to bottom, #eeeeee, #FFFFFF);

0 commit comments

Comments
 (0)