unprefixing opacity
This commit is contained in:
parent
52fef10bea
commit
c402c65f56
1 changed files with 2 additions and 2 deletions
|
|
@ -76,11 +76,11 @@
|
||||||
background: orange;
|
background: orange;
|
||||||
&:hover {
|
&:hover {
|
||||||
#gs-skip-x {
|
#gs-skip-x {
|
||||||
@include opacity(0.4);
|
opacity: .4;
|
||||||
@include transition(opacity, 0.25s);
|
@include transition(opacity, 0.25s);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@include opacity(1);
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue