Bug 1226272 - Part 4: Change the style which is for while dragging. r?jdescottes draft
authorDaisuke Akatsuka <dakatsuka@mozilla.com>
Thu, 19 Apr 2018 18:48:58 +0900
changeset 784903 06b982e371e1eb08f375b93184c3dd6e9cdeb724
parent 784902 f208d2964ac621074d7f2d8b85fdb18f91d48804
child 784904 4be325b13220cf4148cd9828eb9c5d5bc22728ba
push id107071
push userbmo:dakatsuka@mozilla.com
push dateThu, 19 Apr 2018 09:52:38 +0000
reviewersjdescottes
bugs1226272
milestone61.0a1
Bug 1226272 - Part 4: Change the style which is for while dragging. r?jdescottes MozReview-Commit-ID: 1JQ0bix8eZ
devtools/client/themes/toolbox.css
--- a/devtools/client/themes/toolbox.css
+++ b/devtools/client/themes/toolbox.css
@@ -290,8 +290,19 @@
 .toolbox-panel[selected] * {
   -moz-user-focus: normal;
 }
 
 /* Toolbox tabs reordering */
 #toolbox-container.tabs-reordering > .theme-body {
   pointer-events: none;
 }
+
+#toolbox-container.tabs-reordering .devtools-tab:not(.selected):hover .devtools-tab-line {
+  background: transparent;
+  opacity: 0;
+  transition: none;
+}
+
+#toolbox-container.tabs-reordering .devtools-tab.selected {
+  background-color: var(--theme-toolbar-hover);
+  z-index: 1;
+}