[Rt-commit] rt branch, 4.6/hovered-dropdown-item-bg-color, created. rt-4.4.4-515-g9cbb8dfd3f

? sunnavy sunnavy at bestpractical.com
Fri Nov 8 08:34:36 EST 2019


The branch, 4.6/hovered-dropdown-item-bg-color has been created
        at  9cbb8dfd3f6d25b37c946b89621c8bafd6ea5a5c (commit)

- Log -----------------------------------------------------------------
commit 9cbb8dfd3f6d25b37c946b89621c8bafd6ea5a5c
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Nov 8 21:30:43 2019 +0800

    Use the same bg color for hovered dropdown item as what menu uses
    
    This is for consistency.

diff --git a/devel/third-party/bootstrap-4.2.1/bootstrap.scss b/devel/third-party/bootstrap-4.2.1/bootstrap.scss
index 11da725837..5ac9efc840 100644
--- a/devel/third-party/bootstrap-4.2.1/bootstrap.scss
+++ b/devel/third-party/bootstrap-4.2.1/bootstrap.scss
@@ -20,5 +20,6 @@ $table-cell-padding: 0.5rem;
 
 $card-border-color: #dde4eb;
 $nav-pills-link-active-bg: #4868b3;
+$dropdown-link-hover-bg: #cfdeff;
 
 @import "scss/bootstrap";
diff --git a/share/static/css/elevator-light/bootstrap.css b/share/static/css/elevator-light/bootstrap.css
index 42a6b6e71b..ce60691924 100644
--- a/share/static/css/elevator-light/bootstrap.css
+++ b/share/static/css/elevator-light/bootstrap.css
@@ -3259,7 +3259,7 @@ input[type="button"].btn-block {
 .dropdown-item:hover, .dropdown-item:focus {
   color: #16181b;
   text-decoration: none;
-  background-color: #f8f9fa;
+  background-color: #cfdeff;
 }
 
 .dropdown-item.active, .dropdown-item:active {

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


More information about the rt-commit mailing list