Fix: shadow was being applied to transparent buttons on mobile
This commit is contained in:
parent
73cb573fc3
commit
8937e33bea
1 changed files with 1 additions and 1 deletions
|
|
@ -349,7 +349,7 @@ html {
|
||||||
|
|
||||||
.cardOverlayContainer>.cardOverlayFab-primary,
|
.cardOverlayContainer>.cardOverlayFab-primary,
|
||||||
.listItemImageButton,
|
.listItemImageButton,
|
||||||
.layout-mobile .cardOverlayButton-br>.cardOverlayButtonIcon {
|
.layout-mobile .cardOverlayButton-br:not([data-action="menu"])>.cardOverlayButtonIcon {
|
||||||
background-color: var(--btnMiniPlayColor) !important;
|
background-color: var(--btnMiniPlayColor) !important;
|
||||||
color: white;
|
color: white;
|
||||||
border: var(--defaultLighterBorder);
|
border: var(--defaultLighterBorder);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue