Skip to content

Commit f6d9aa8

Browse files
authored
Merge pull request #1337 from SergioChan/fix-image-properties-classnames
Fix image properties styles for legacy class names
2 parents e9129ad + 2b2c678 commit f6d9aa8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/plugins/image-properties/ui/ui-image-form.less

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
padding: var(--padding-default);
2626
}
2727

28-
&__imageView {
28+
&__imageView,
29+
.jodit-properties_image_view {
2930
display: flex;
3031
height: var(--width-default);
3132
align-items: center;
@@ -40,7 +41,8 @@
4041
}
4142
}
4243

43-
&__imageSizes.jodit-form__group {
44+
&__imageSizes.jodit-form__group,
45+
.jodit-properties_image_sizes.jodit-form__group {
4446
min-width: auto;
4547
flex-direction: row;
4648
align-items: center;
@@ -69,6 +71,10 @@
6971
background-color: var(--dark-background-color);
7072
}
7173
}
74+
75+
.jodit-properties_image_view {
76+
background-color: var(--dark-background-color);
77+
}
7278
}
7379

7480
.jodit-ui-image-properties-form {

0 commit comments

Comments
 (0)