[Rt-commit] rt branch 5.0/search-filter-icon-style created. rt-5.0.3-431-g0624d1a7db

BPS Git Server git at git.bestpractical.com
Fri Apr 7 13:55:10 UTC 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".

The branch, 5.0/search-filter-icon-style has been created
        at  0624d1a7db13ed0c9852b192249575563aeb63be (commit)

- Log -----------------------------------------------------------------
commit 0624d1a7db13ed0c9852b192249575563aeb63be
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Apr 7 21:23:06 2023 +0800

    Remove shadow(like a blue border) from search-filter icons
    
    Previously the shadow would show up after you clicked the icons.

diff --git a/share/static/css/elevator-light/ticket-search.css b/share/static/css/elevator-light/ticket-search.css
index 0356f551e0..9c8874571d 100644
--- a/share/static/css/elevator-light/ticket-search.css
+++ b/share/static/css/elevator-light/ticket-search.css
@@ -20,4 +20,5 @@ table.collection-as-table th.collection-as-table a.search-filter {
     padding-left: 0em;
     color: unset;
     border: unset;
+    box-shadow: none;
 }

commit 14de269d2f4a5e7ee68262fe821f71d49ce601b3
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Apr 7 21:21:03 2023 +0800

    Tweak search-filter css to not affect other buttons
    
    Previously buttons like "User Data" in "Manage user data" widget on user
    modify page were invisible on hover.

diff --git a/share/static/css/elevator-light/ticket-search.css b/share/static/css/elevator-light/ticket-search.css
index 4354ac8aeb..0356f551e0 100644
--- a/share/static/css/elevator-light/ticket-search.css
+++ b/share/static/css/elevator-light/ticket-search.css
@@ -19,13 +19,5 @@ table.collection-as-table th.collection-as-table a.search-filter {
     vertical-align: left;
     padding-left: 0em;
     color: unset;
-}
-
-a.button:hover, a.btn-primary:focus, a.button:focus {
-    background: unset;
-    border-color: unset;
-}
-
-a.btn, a.btn:hover, a.btn:focus {
     border: unset;
 }

-----------------------------------------------------------------------


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list