From ecf27c679e400aa1a8ac7f37428b47c5952fc277 Mon Sep 17 00:00:00 2001 From: Giga Chubinidze Date: Sat, 4 Mar 2023 23:03:41 +0400 Subject: [PATCH] Incorrect bottom action bar states for Protocol templates [SCI-8008] --- app/assets/stylesheets/shared/datatable.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app/assets/stylesheets/shared/datatable.scss b/app/assets/stylesheets/shared/datatable.scss index 6b5ea33c4..9b3d6aa85 100644 --- a/app/assets/stylesheets/shared/datatable.scss +++ b/app/assets/stylesheets/shared/datatable.scss @@ -59,6 +59,20 @@ .btn { margin-right: .25em; } + + .btn:focus { + box-shadow: 0 0 0 3px $brand-focus; + } + + .btn-light { + &:active { + background-color: $color-alto !important; + } + + &:hover { + background: $color-white; + } + } } .pagination-info,