Fix: Play button was bugged in dialogs i.e. live tv program
This commit is contained in:
parent
733e091072
commit
be84634dae
1 changed files with 1 additions and 1 deletions
|
|
@ -2303,7 +2303,7 @@ div[data-type="PhotoAlbum"] .play_arrow:before {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btnPlay:after {
|
.btnPlay:not(.formDialogFooterItem):after {
|
||||||
content: attr(title);
|
content: attr(title);
|
||||||
padding: 0 1ch;
|
padding: 0 1ch;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue