Browse Source

Fix arrow button for compare view.

pull/771/head
Sebastian 4 years ago
parent
commit
1f4b50b24c
  1. 8
      frontend/app/features/content/pages/content/editor/content-editor.component.scss
  2. 4
      frontend/app/features/content/pages/content/editor/content-field.component.scss

8
frontend/app/features/content/pages/content/editor/content-editor.component.scss

@ -10,6 +10,14 @@
border: 0; border: 0;
border-radius: 0; border-radius: 0;
margin: 0; margin: 0;
a {
cursor: pointer;
&:hover {
text-decoration: underline;
}
}
} }
.form-control { .form-control {

4
frontend/app/features/content/pages/content/editor/content-field.component.scss

@ -27,6 +27,10 @@
} }
} }
.col-right {
position: relative;
}
.field { .field {
&-required { &-required {
color: $color-theme-error; color: $color-theme-error;

Loading…
Cancel
Save