From 43b1700e91a44bad0f949e2069f68cb5750c95c3 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 12 Mar 2021 19:59:45 -0800 Subject: [PATCH] hover color for card footer buttons --- .../document-card-small/document-card-small.component.scss | 1 + src-ui/src/theme_dark.scss | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss index c712de017..6bd7e64c7 100644 --- a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss +++ b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss @@ -48,6 +48,7 @@ &:hover, &:focus { background-color: transparent !important; + color: $primary; } } diff --git a/src-ui/src/theme_dark.scss b/src-ui/src/theme_dark.scss index bf8b5064a..996f9da3d 100644 --- a/src-ui/src/theme_dark.scss +++ b/src-ui/src/theme_dark.scss @@ -283,6 +283,10 @@ $border-color-dark-mode: #47494f; background-color: $bg-dark-mode !important; } + .card-footer button:hover { + color: $primary-dark-mode !important; + } + .form-control:not(.is-invalid):not(.btn), input:not(.is-invalid), textarea:not(.is-invalid) {