Fix failing example tests for updated dependencies
This commit is contained in:
parent
cf37e54286
commit
cceef0c912
|
@ -11,19 +11,19 @@ a {
|
|||
text-decoration: none;
|
||||
}
|
||||
&:visited {
|
||||
|
||||
color: @white;
|
||||
|
||||
}
|
||||
&:hover {
|
||||
|
||||
color: @orange;
|
||||
|
||||
}
|
||||
&.green {
|
||||
color: @green;
|
||||
&:hover {
|
||||
color: @white;
|
||||
|
||||
background-color: @green;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* kendo UI */
|
||||
|
||||
@import "variables";
|
||||
|
||||
// slider
|
||||
.k-slider-track {
|
||||
background-color: $gray-light;
|
||||
|
|
Loading…
Reference in New Issue