Skip to content

Commit 7ad089e

Browse files
committed
Inspector: Update checkmark internal box size
1 parent 2a11e57 commit 7ad089e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

examples/jsm/inspector/ui/Style.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,8 +1205,8 @@ export class Style {
12051205
12061206
.custom-checkbox .checkmark::after {
12071207
content: '';
1208-
width: 8px;
1209-
height: 8px;
1208+
width: 6px;
1209+
height: 6px;
12101210
background-color: var(--accent-color);
12111211
border-radius: 1px;
12121212
display: block;
@@ -1309,11 +1309,6 @@ export class Style {
13091309
will-change: transform;
13101310
}
13111311
1312-
.mini-panel-content .custom-checkbox .checkmark::after {
1313-
width: 7px;
1314-
height: 7px;
1315-
}
1316-
13171312
.mini-panel-content .list-container.parameters .list-item-row:not(.collapsible) {
13181313
margin-bottom: 2px;
13191314
}

0 commit comments

Comments
 (0)