diff core/modules/settings_tray/css/settings_tray.toolbar.css @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
line wrap: on
line diff
--- a/core/modules/settings_tray/css/settings_tray.toolbar.css	Thu Feb 28 13:11:55 2019 +0000
+++ b/core/modules/settings_tray/css/settings_tray.toolbar.css	Thu May 09 15:34:47 2019 +0100
@@ -20,28 +20,28 @@
 
 /* Style both the edit and editing states of the contextual links toggle tab. */
 .toolbar-icon-edit.toolbar-item {
+  color: #eee;
   background-color: #0066a1;
   background-image: linear-gradient(to bottom, #0066a1, #005b98);
-  color: #eee;
   text-shadow: 0 1px hsla(0, 0%, 0%, 0.5);
   font-weight: 700;
   -webkit-font-smoothing: antialiased;
 }
 .toolbar-icon-edit.toolbar-item.is-active {
+  color: #fff;
   background-color: #0a7bc1;
   background-image: linear-gradient(to bottom, #0a7bc1, #0a6eb4);
-  color: #fff;
   text-shadow: 0 1px hsla(0, 0%, 0%, 0.5);
   font-weight: 700;
   -webkit-font-smoothing: antialiased;
 }
 .toolbar-tab:hover > .toolbar-icon-edit,
 .toolbar-icon-edit:focus .toolbar-item {
+  color: #fff;
+  border-color: #1e5c90;
+  outline: none;
   background-color: #0a7bc1;
   background-image: linear-gradient(to bottom, #0a7bc1, #0a6eb4);
-  border-color: #1e5c90;
-  color: #fff;
-  outline: none;
 }
 .toolbar-icon.toolbar-icon-edit.toolbar-item:before,
 button.toolbar-icon.toolbar-icon-edit.toolbar-item:before {