From 4a864c5243b9fc796a586f89b13bbe79a7065cd0 Mon Sep 17 00:00:00 2001 From: dert1129 Date: Tue, 19 Dec 2023 14:21:48 -0500 Subject: [PATCH] remove focus color --- src/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.scss b/src/index.scss index 44fdabf..1270283 100755 --- a/src/index.scss +++ b/src/index.scss @@ -545,6 +545,10 @@ th[title='Pixels Type'], th[title='Pixels Type'] + td { border-color: white !important; } +.dropdown-item:active, .dropdown-item:focus{ + background-color: #dee2e6 !important; +} + .nav-link{ color: rgba(0,0,0,.55) } \ No newline at end of file