From 1f4b50b24c2e82eb148b8c4e58ecc206b921de13 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 12 Oct 2021 20:44:52 +0200 Subject: [PATCH] Fix arrow button for compare view. --- .../pages/content/editor/content-editor.component.scss | 8 ++++++++ .../pages/content/editor/content-field.component.scss | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/frontend/app/features/content/pages/content/editor/content-editor.component.scss b/frontend/app/features/content/pages/content/editor/content-editor.component.scss index ee8728272..d0018bf0d 100644 --- a/frontend/app/features/content/pages/content/editor/content-editor.component.scss +++ b/frontend/app/features/content/pages/content/editor/content-editor.component.scss @@ -10,6 +10,14 @@ border: 0; border-radius: 0; margin: 0; + + a { + cursor: pointer; + + &:hover { + text-decoration: underline; + } + } } .form-control { diff --git a/frontend/app/features/content/pages/content/editor/content-field.component.scss b/frontend/app/features/content/pages/content/editor/content-field.component.scss index 7c7045e34..cca6bd727 100644 --- a/frontend/app/features/content/pages/content/editor/content-field.component.scss +++ b/frontend/app/features/content/pages/content/editor/content-field.component.scss @@ -27,6 +27,10 @@ } } +.col-right { + position: relative; +} + .field { &-required { color: $color-theme-error;