1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove comments related to prefixed properties

This commit is contained in:
MrTimscampi 2020-01-02 10:17:11 +01:00
parent 6f165eab15
commit 4acf4f071e

View file

@ -79,9 +79,9 @@ button {
margin: 0.6em;
transition: none;
border: 0 solid transparent;
/* These both are needed in case cardBox is a button */
outline: none !important;
contain: layout style;
contain: layout;
contain: style;
}
.card.show-focus:not(.show-animation) .cardBox {