From 61ab5478bc14c3ec26c145fa503e4355ac38961e Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 10 Jul 2023 17:38:02 +0300 Subject: [PATCH] css fix --- frontend/less/espo/elements/panel.less | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/less/espo/elements/panel.less b/frontend/less/espo/elements/panel.less index 6e00ed629a..cc90008036 100644 --- a/frontend/less/espo/elements/panel.less +++ b/frontend/less/espo/elements/panel.less @@ -209,7 +209,7 @@ right: -10px; } - .btn { + .btn:not(.btn-link) { background-color: transparent; border-color: transparent; color: @gray-soft; @@ -463,9 +463,8 @@ body { .panel { > .panel-heading { - .btn:hover, - .btn:focus - { + .btn:hover:not(.btn-link), + .btn:focus:not(.btn-link) { color: var(--btn-text-color); > .fa, > .fas, @@ -577,8 +576,8 @@ body { color: @panel-style-text; background-color: @panel-style-bg; border-color: transparent; - .btn, - .btn-danger { + .btn:not(.btn-link), + .btn-@{style}:not(.btn-link) { &, &:focus:not(:hover), &:active:not(:hover) {