control icons just visible on hover
This commit is contained in:
parent
f9cb662ff7
commit
51ee8b4e93
1 changed files with 18 additions and 14 deletions
|
|
@ -94,9 +94,13 @@
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
font-size: smaller
|
font-size: smaller
|
||||||
|
|
||||||
.controls
|
.comment
|
||||||
|
&:hover
|
||||||
|
.controls
|
||||||
|
@include opacity(0.3)
|
||||||
|
.controls
|
||||||
@include transition(opacity)
|
@include transition(opacity)
|
||||||
@include opacity(0.1)
|
@include opacity(0)
|
||||||
:z-index 6
|
:z-index 6
|
||||||
:float right
|
:float right
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue