Skip to content

Commit 9c3aa7b

Browse files
fix: Mapping type default value icon (#3171)
1 parent 9af2dde commit 9c3aa7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/MappingEditor/MappingEditor.module.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
/* Mapping type class */
4444

45-
.mappingType :global(.ui.dropdown > .text > img) {
45+
.mappingType :global(.ui.dropdown):global(> .text:not(.default) > img) {
4646
margin-top: 3px;
4747
}
4848

@@ -64,7 +64,7 @@
6464
align-items: center;
6565
}
6666

67-
.mappingType :global(.default.text)::before {
67+
.mappingType :global(.default.text):not(:has(> img))::before {
6868
content: ' ';
6969
background-size: contain;
7070
background-repeat: no-repeat;

0 commit comments

Comments
 (0)