Преглед изворни кода

fixed text color in light theme

Patrick O'Carroll пре 7 година
родитељ
комит
c897485958
1 измењених фајлова са 7 додато и 1 уклоњено
  1. 7 1
      public/sass/components/_timepicker.scss

+ 7 - 1
public/sass/components/_timepicker.scss

@@ -77,7 +77,7 @@
     border: none;
     border: none;
     color: $text-color;
     color: $text-color;
     &.active span {
     &.active span {
-      color: $blue;
+      color: $query-blue;
       font-weight: bold;
       font-weight: bold;
     }
     }
     .text-info {
     .text-info {
@@ -88,6 +88,12 @@
       font-size: $font-size-sm;
       font-size: $font-size-sm;
       padding: 5px 11px;
       padding: 5px 11px;
     }
     }
+    &:hover {
+      color: $text-color-strong;
+    }
+    &[disabled] {
+      color: $text-color;
+    }
   }
   }
 }
 }