Fix displaying more dropdown on touchscreen
This commit is contained in:
parent
bedf0e6073
commit
70afd522ba
2 changed files with 14 additions and 0 deletions
|
@ -48,3 +48,11 @@
|
|||
margin-top: -$sub-menu-margin-bottom-small-view;
|
||||
}
|
||||
}
|
||||
|
||||
@media not all and (hover: hover) and (pointer: fine) {
|
||||
.video {
|
||||
.more {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -36,6 +36,12 @@ my-video-thumbnail,
|
|||
}
|
||||
}
|
||||
|
||||
@media not all and (hover: hover) and (pointer: fine) {
|
||||
.more {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
}
|
||||
|
||||
&.playing {
|
||||
background-color: rgba(0, 0, 0, 0.02);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue