mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 07:38:01 +08:00
FIX: Add a boarder around the video placeholder play button (#25727)
The video placeholder play button is white, so on a video placeholder that is also white it is very hard to see where the play button is, so this change adds a dark grey transparent background to the play button so that it stands out. This is similar to how we have done the play/pause button on animated gifs.
This commit is contained in:
parent
e497f6bf9b
commit
ffac012bbc
|
@ -957,6 +957,17 @@ aside.onebox.mixcloud-preview {
|
|||
width: 2em;
|
||||
transition: width 0.15s, height 0.15s;
|
||||
}
|
||||
|
||||
.d-icon-play {
|
||||
cursor: pointer;
|
||||
padding: 1em;
|
||||
margin: 0.5em;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: var(--secondary-or-primary);
|
||||
}
|
||||
}
|
||||
|
||||
&:hover .video-placeholder-overlay .d-icon {
|
||||
|
|
Loading…
Reference in New Issue
Block a user