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,
|
||||
.listItemImageButton,
|
||||
.layout-mobile .cardOverlayButton-br>.cardOverlayButtonIcon {
|
||||
.layout-mobile .cardOverlayButton-br:not([data-action="menu"])>.cardOverlayButtonIcon {
|
||||
background-color: var(--btnMiniPlayColor) !important;
|
||||
color: white;
|
||||
border: var(--defaultLighterBorder);
|
||||
|
|
|
|||
Loading…
Reference in a new issue