We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94af13a commit 135b88dCopy full SHA for 135b88d
packages/webui/src/client/styles/propertiesPanel.scss
@@ -188,13 +188,15 @@
188
> .propertiespanel-pop-up__groupselector__button {
189
@include item-type-colors();
190
191
- width: 50px;
192
- height: 30px;
193
- border: 0px;
194
- margin: 3px;
195
- gap: 10px;
196
- color: #ddd;
197
- opacity: 0.2;
+ & {
+ width: 50px;
+ height: 30px;
+ border: 0px;
+ margin: 3px;
+ gap: 10px;
+ color: #ddd;
198
+ opacity: 0.2;
199
+ }
200
201
&.splits {
202
background: linear-gradient(
0 commit comments