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"?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<title>Test</title>
|
||||
</head>
|
||||
<head>
|
||||
<title>Test</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<ul>
|
||||
<li><code>foo:bar</code></li>
|
||||
</ul>
|
||||
<body>
|
||||
<ul>
|
||||
<li><code>foo:bar</code></li>
|
||||
</ul>
|
||||
|
||||
</html>
|
||||
</html>
|
|
@ -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