From a334597283a3384fa4df7b6b25fd2a9ff9221467 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 28 Jun 2022 11:29:54 +0200 Subject: Theme fixes --- .../app/shared/shared-forms/markdown-textarea.component.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'client/src/app/shared/shared-forms') diff --git a/client/src/app/shared/shared-forms/markdown-textarea.component.scss b/client/src/app/shared/shared-forms/markdown-textarea.component.scss index c68c2c241..bbb266448 100644 --- a/client/src/app/shared/shared-forms/markdown-textarea.component.scss +++ b/client/src/app/shared/shared-forms/markdown-textarea.component.scss @@ -25,8 +25,8 @@ $input-border-radius: 3px; .nav-preview { padding: 10px; - border: 1px solid $input-border-color; - border-top: 1px dashed $input-border-color; + border: 1px solid pvar(--inputBorderColor); + border-top: 1px dashed pvar(--inputBorderColor); border-bottom-right-radius: $input-border-radius; border-bottom-left-radius: $input-border-radius; @@ -72,7 +72,7 @@ $input-border-radius: 3px; overflow-y: auto; word-wrap: break-word; - border: 1px solid $input-border-color; + border: 1px solid pvar(--inputBorderColor); border-top: 0; border-bottom-left-radius: $input-border-radius; @@ -115,7 +115,7 @@ $input-border-radius: 3px; grid-column: 1; border: 0; - border-right: 1px dashed $input-border-color; + border-right: 1px dashed pvar(--inputBorderColor); resize: none; } @@ -155,7 +155,7 @@ $input-border-radius: 3px; grid-row: 2; grid-column: 1; border: 0; - border-bottom: 1px dashed $input-border-color;; + border-bottom: 1px dashed pvar(--inputBorderColor);; } ::ng-deep .tab-content { -- cgit v1.2.3