mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-24 08:28:50 -05:00
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);
|
@include link-colors($sidebar-link-color, $hover: $sidebar-link-color-hover, $focus: $sidebar-link-color-hover, $active: $sidebar-link-color-active);
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
@include transition(color, .3s);
|
@include transition(color .3s);
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
@ -108,7 +108,7 @@ article + article {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: mix($text-color, $text-color-light);
|
color: mix($text-color, $text-color-light);
|
||||||
@extend .serif;
|
@extend .serif;
|
||||||
@include transition(background-color, .5s);
|
@include transition(background-color .5s);
|
||||||
&:hover {
|
&:hover {
|
||||||
background: $link-color-hover;
|
background: $link-color-hover;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
@ -34,7 +34,7 @@ aside[role=sidebar] {
|
|||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
@include transition(color, .5s);
|
@include transition(color .5s);
|
||||||
}
|
}
|
||||||
&:hover a {
|
&:hover a {
|
||||||
color: $sidebar-link-color;
|
color: $sidebar-link-color;
|
||||||
|
Loading…
Reference in New Issue
Block a user