Skip to content

Commit 135b88d

Browse files
committed
chore: make build smooth by applying new syntax
1 parent 94af13a commit 135b88d

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

packages/webui/src/client/styles/propertiesPanel.scss

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,15 @@
188188
> .propertiespanel-pop-up__groupselector__button {
189189
@include item-type-colors();
190190

191-
width: 50px;
192-
height: 30px;
193-
border: 0px;
194-
margin: 3px;
195-
gap: 10px;
196-
color: #ddd;
197-
opacity: 0.2;
191+
& {
192+
width: 50px;
193+
height: 30px;
194+
border: 0px;
195+
margin: 3px;
196+
gap: 10px;
197+
color: #ddd;
198+
opacity: 0.2;
199+
}
198200

199201
&.splits {
200202
background: linear-gradient(

0 commit comments

Comments
 (0)