Remove behavior that add opacity when hover the presentation

This commit is contained in:
Tainan Felipe 2018-10-24 14:09:32 -03:00
parent f1cdd7107e
commit 7677d19159

View File

@ -78,14 +78,6 @@ $userlist-handle-width: 5px; // 5px so user-list and chat resize handle render a
background: linear-gradient(to top, rgba(0, 0, 0, .45) -20%, transparent 20%);
}
&:hover,
&:active {
&:before,
&:after {
opacity: 1;
}
}
@include mq($medium-up) {
flex: 5;
order: 2;