vendor/assets/stylesheets/components/_datepicker.scss in active_frontend-14.0.48 vs vendor/assets/stylesheets/components/_datepicker.scss in active_frontend-14.0.49
- old
+ new
@@ -1,9 +1,10 @@
// Table of Contents
// ==================================================
// Datepicker
+// scss-lint:disable ImportantRule
// scss-lint:disable NestingDepth
// scss-lint:disable SelectorDepth
// Datepicker
// ==================================================
@@ -42,13 +43,14 @@
}
}
&.old,
&.new { color: color(gray); }
&.disabled {
- background: color(transparent);
- color: color(gray);
- cursor: not-allowed;
+ background: color(transparent) !important;
+ color: dark-color(dark-haze) !important;
+ cursor: not-allowed !important;
+ text-decoration: line-through;
}
span {
border-radius: border-radius(b);
display: block;
@@ -68,12 +70,13 @@
&.focused {
background: color(primary);
color: color(white);
}
&.disabled {
- background: color(transparent);
- color: color(gray);
- cursor: not-allowed;
+ background: color(transparent) !important;
+ color: dark-color(dark-haze) !important;
+ cursor: not-allowed !important;
+ text-decoration: line-through;
}
}
}
}
}