We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af2dde commit 9c3aa7bCopy full SHA for 9c3aa7b
src/components/MappingEditor/MappingEditor.module.css
@@ -42,7 +42,7 @@
42
43
/* Mapping type class */
44
45
-.mappingType :global(.ui.dropdown > .text > img) {
+.mappingType :global(.ui.dropdown):global(> .text:not(.default) > img) {
46
margin-top: 3px;
47
}
48
@@ -64,7 +64,7 @@
64
align-items: center;
65
66
67
-.mappingType :global(.default.text)::before {
+.mappingType :global(.default.text):not(:has(> img))::before {
68
content: ' ';
69
background-size: contain;
70
background-repeat: no-repeat;
0 commit comments