Skip to content

Commit b095ece

Browse files
authored
Merge pull request #19613 from Simek/ui-videos-redability-in-picture-mode
ui: improve videos reveal node readability in picture bg mode
2 parents 14c177c + 3ceb2c0 commit b095ece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/bits/css/_video.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666

6767
.reveal {
6868
@extend %metal;
69+
@include transition;
70+
@include backdrop-blur-if-transparent;
6971

7072
position: absolute;
7173
top: 100%;
@@ -75,8 +77,6 @@
7577
z-index: 1;
7678
padding: 10px 10px 0 10px;
7779
opacity: 0;
78-
79-
@include transition;
8080
}
8181

8282
&:hover .reveal {

0 commit comments

Comments
 (0)