Fix deprecated Compass transition arguments
This commit is contained in:
parent
1d9e20ddfb
commit
31b578b067
@ -69,7 +69,7 @@ aside[role=sidebar] a {
|
||||
@include link-colors($sidebar-link-color, $hover: $sidebar-link-color-hover, $focus: $sidebar-link-color-hover, $active: $sidebar-link-color-active);
|
||||
}
|
||||
a {
|
||||
@include transition(color, .3s);
|
||||
@include transition(color .3s);
|
||||
}
|
||||
|
||||
html {
|
||||
|
@ -108,7 +108,7 @@ article + article {
|
||||
text-decoration: none;
|
||||
color: mix($text-color, $text-color-light);
|
||||
@extend .serif;
|
||||
@include transition(background-color, .5s);
|
||||
@include transition(background-color .5s);
|
||||
&:hover {
|
||||
background: $link-color-hover;
|
||||
text-shadow: none;
|
||||
|
@ -34,7 +34,7 @@ aside[role=sidebar] {
|
||||
}
|
||||
a {
|
||||
color: inherit;
|
||||
@include transition(color, .5s);
|
||||
@include transition(color .5s);
|
||||
}
|
||||
&:hover a {
|
||||
color: $sidebar-link-color;
|
||||
|
Loading…
Reference in New Issue
Block a user