[Rt-commit] rt branch, 5.0-trunk, updated. rt-5.0.1-40-g67f7316ee3
? sunnavy
sunnavy at bestpractical.com
Thu Mar 11 12:47:26 EST 2021
The branch, 5.0-trunk has been updated
via 67f7316ee38759f4fc72fa8d80b1fe032a415cd0 (commit)
from 5423c0d5e1a2f688739192bafd837a512fe85b42 (commit)
Summary of changes:
devel/third-party/bootstrap-4.2.1/scss/_variables.scss | 2 +-
share/static/css/elevator-light/bootstrap.css | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 67f7316ee38759f4fc72fa8d80b1fe032a415cd0
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Mar 12 01:40:43 2021 +0800
Revert "Remove blue background on dropdown-item active"
This reverts commit 80288b217bbd0cdb36fcd525fb4f532795a24f97.
The commit was to remove the momentary background color change on click
of actions like "Show all quoted text" in ticket history widget. Sadly
that dropdown-item is also used in select inputs, removing background
color makes the select option invisible.
diff --git a/devel/third-party/bootstrap-4.2.1/scss/_variables.scss b/devel/third-party/bootstrap-4.2.1/scss/_variables.scss
index 077ac80908..25e26843e0 100644
--- a/devel/third-party/bootstrap-4.2.1/scss/_variables.scss
+++ b/devel/third-party/bootstrap-4.2.1/scss/_variables.scss
@@ -671,7 +671,7 @@ $dropdown-link-hover-color: darken($gray-900, 5%) !default;
$dropdown-link-hover-bg: $gray-100 !default;
$dropdown-link-active-color: $component-active-color !default;
-$dropdown-link-active-bg: transparent !default;
+$dropdown-link-active-bg: $component-active-bg !default;
$dropdown-link-disabled-color: $gray-600 !default;
diff --git a/share/static/css/elevator-light/bootstrap.css b/share/static/css/elevator-light/bootstrap.css
index c6836308c8..0a155d6615 100644
--- a/share/static/css/elevator-light/bootstrap.css
+++ b/share/static/css/elevator-light/bootstrap.css
@@ -3265,7 +3265,7 @@ input[type="button"].btn-block {
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
- background-color: transparent;
+ background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
-----------------------------------------------------------------------
More information about the rt-commit
mailing list