We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e9c23 commit c4333d5Copy full SHA for c4333d5
x-pack/plugins/lens/public/drag_drop/_drag_drop.scss
@@ -1,3 +1,7 @@
1
+.lnsDragDrop-isNotDroppable {
2
+ opacity: .5;
3
+}
4
+
5
// Fix specificity by chaining classes
6
7
.lnsDragDrop.lnsDragDrop-isDropTarget {
@@ -7,7 +11,3 @@
11
.lnsDragDrop.lnsDragDrop-isActiveDropTarget {
8
12
background-color: transparentize($euiColorSecondary, .75);
9
13
}
10
-
-.lnsDragDrop.lnsDragDrop-isNotDroppable {
- opacity: .5;
-}
0 commit comments