From a334597283a3384fa4df7b6b25fd2a9ff9221467 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 28 Jun 2022 11:29:54 +0200 Subject: Theme fixes --- .../+signup/+register/steps/register-step-user.component.html | 2 +- .../+videos/+video-edit/video-add-components/video-send.scss | 2 +- .../shared/comment/video-comment-add.component.scss | 6 +++--- .../app/shared/shared-forms/markdown-textarea.component.scss | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'client/src/app') diff --git a/client/src/app/+signup/+register/steps/register-step-user.component.html b/client/src/app/+signup/+register/steps/register-step-user.component.html index 3e0d35006..e978caea8 100644 --- a/client/src/app/+signup/+register/steps/register-step-user.component.html +++ b/client/src/app/+signup/+register/steps/register-step-user.component.html @@ -15,7 +15,7 @@
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-send.scss b/client/src/app/+videos/+video-edit/video-add-components/video-send.scss index 594999d66..ed46fefb0 100644 --- a/client/src/app/+videos/+video-edit/video-add-components/video-send.scss +++ b/client/src/app/+videos/+video-edit/video-add-components/video-send.scss @@ -17,7 +17,7 @@ $width-size: 250px; align-items: center; .upload-icon { - @include apply-svg-color($input-border-color); + @include apply-svg-color(pvar(--inputBorderColor)); width: 90px; margin-bottom: 25px; diff --git a/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.scss b/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.scss index 023d625e9..ac228bafa 100644 --- a/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.scss +++ b/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.scss @@ -56,8 +56,8 @@ form { width: $markdown-icon-width; svg { - color: $input-border-color; - fill: $input-border-color; + color: pvar(--inputBorderColor); + fill: pvar(--inputBorderColor); border-radius: 3px; } } @@ -66,7 +66,7 @@ form { &:active, &:hover { my-global-icon svg { - background-color: $input-border-color; + background-color: pvar(--inputBorderColor); color: pvar(--mainBackgroundColor); fill: pvar(--mainBackgroundColor); } 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