Remove behavior that add opacity when hover the presentation
This commit is contained in:
parent
f1cdd7107e
commit
7677d19159
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user