[Rt-commit] rt branch, 5.0/dropdown-item-no-bg-color-change-on-click, created. rt-5.0.1-41-gc8a385c06e
? sunnavy
sunnavy at bestpractical.com
Thu Mar 11 15:23:04 EST 2021
The branch, 5.0/dropdown-item-no-bg-color-change-on-click has been created
at c8a385c06e4a60b8d4e9389fe68ae19e194393eb (commit)
- Log -----------------------------------------------------------------
commit c8a385c06e4a60b8d4e9389fe68ae19e194393eb
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Mar 12 04:15:21 2021 +0800
Don't change background color on click of dropdown items
This is for links like "Show full headers" in ticket history, "Hide
unset fields" in ticket display, etc.
diff --git a/share/static/css/elevator-light/misc.css b/share/static/css/elevator-light/misc.css
index e8095bdf9b..ee080a3856 100644
--- a/share/static/css/elevator-light/misc.css
+++ b/share/static/css/elevator-light/misc.css
@@ -141,3 +141,9 @@ h1#transaction-extra-info {
font-size: 1.4rem;
padding-top: 0.4rem;
}
+
+/* Do not change background color on click of dropdown items like "Show
+ * full headers" in ticket history */
+.btn-group.dropdown .dropdown-item:active {
+ background-color: transparent;
+}
-----------------------------------------------------------------------
More information about the rt-commit
mailing list