Skip to content

Commit e3b6b76

Browse files
committed
chore: css fixes
1 parent d2f2fb0 commit e3b6b76

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

packages/webui/src/client/ui/SegmentStoryboard/StoryboardPartThumbnail/StoryboardPartThumbnail.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
overflow: hidden;
1212
cursor: default;
1313

14-
@include item-type-colors();
14+
@include item-type-colors;
1515
@include missing-overlay();
1616

1717
// LiveSpeak needs a bit of special set up, because the thumbnail may make the dual-color setup invisible
@@ -61,7 +61,7 @@
6161
position: relative;
6262
overflow: hidden;
6363
min-height: 0;
64-
@include item-type-colors();
64+
@include item-type-colors;
6565

6666
> img,
6767
.segment-storyboard__thumbnail__item__image {
@@ -109,7 +109,7 @@
109109
}
110110

111111
& > * {
112-
@include item-type-colors();
112+
@include item-type-colors;
113113
}
114114
}
115115

packages/webui/src/client/ui/Shelf/DashboardPieceButton/subcomponents/DashboardButtonTagStrip.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@import './SplitButtonLayerBackground';
12
@import '../../../../styles/itemTypeColors';
23

34
.dashboard-panel__panel__button__tag-container {
@@ -15,8 +16,6 @@
1516
}
1617
}
1718

18-
@import './SplitButtonLayerBackground.scss';
19-
2019
.dashboard-panel__panel__button__tag-container--inner {
2120
height: auto;
2221
width: auto;

0 commit comments

Comments
 (0)