Fix failing example tests for updated dependencies
This commit is contained in:
parent
cf37e54286
commit
cceef0c912
|
@ -1,14 +1,14 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Test</title>
|
<title>Test</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<ul>
|
<ul>
|
||||||
<li><code>foo:bar</code></li>
|
<li><code>foo:bar</code></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -11,19 +11,19 @@ a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
&:visited {
|
&:visited {
|
||||||
|
|
||||||
color: @white;
|
color: @white;
|
||||||
|
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
||||||
color: @orange;
|
color: @orange;
|
||||||
|
|
||||||
}
|
}
|
||||||
&.green {
|
&.green {
|
||||||
color: @green;
|
color: @green;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: @white;
|
color: @white;
|
||||||
|
|
||||||
background-color: @green;
|
background-color: @green;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* kendo UI */
|
/* kendo UI */
|
||||||
|
|
||||||
@import "variables";
|
@import "variables";
|
||||||
|
|
||||||
// slider
|
// slider
|
||||||
.k-slider-track {
|
.k-slider-track {
|
||||||
background-color: $gray-light;
|
background-color: $gray-light;
|
||||||
|
|
Loading…
Reference in New Issue