Skip to content

Commit 75813e5

Browse files
author
Stefanie Hein
committed
Buttons: add simple style for webdvd-player button. See #75297
1 parent c50cf89 commit 75813e5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/scss/themes/fylr/components/_buttons.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,14 @@ a[role='button'].cui-button-appearance-link {
149149
}
150150
}
151151

152-
.cui-button-tool-play {
152+
.cui-button-tool-play:not(.cui-button-tool-webdvdplayer) {
153153
@include button-play();
154154
}
155155

156+
.cui-button-tool-webdvdplayer {
157+
@include button-color-inverted();
158+
}
159+
156160
// Pin Button
157161
// small pin icon button, with custom "strike-through"
158162
// used e.g. to pin the result-card in detail; to pin facet blocks in the facet-manager

0 commit comments

Comments
 (0)