Skip to content

Commit a4f96a0

Browse files
committed
feat(Thumbnail): always show toolbuttons on mobile
1 parent b4e72c1 commit a4f96a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/Thumbnail/_Thumbnail.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ $thumbnail-border-size: 2px;
3434
pointer-events: none;
3535
}
3636

37+
@include for-phone-only {
38+
.ui__thumbnail__controls {
39+
opacity: 1;
40+
}
41+
}
42+
3743
&:hover,
3844
&--focused.ui__thumbnail--tabbing:not(.ui__thumbnail--disabled) {
3945
// Do not style for hover or focus if anything is dragging

0 commit comments

Comments
 (0)