mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 13:38:49 +08:00
UX: Fix icon color for video placeholder (#23957)
Also adds a small effect on hover.
This commit is contained in:
parent
6036001667
commit
87a635ed32
|
@ -934,6 +934,17 @@ aside.onebox.mixcloud-preview {
|
|||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
max-width: 30%;
|
||||
.d-icon {
|
||||
color: var(--secondary);
|
||||
height: 2em;
|
||||
width: 2em;
|
||||
transition: width 0.15s, height 0.15s;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover .video-placeholder-overlay .d-icon {
|
||||
height: 3em;
|
||||
width: 3em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user