Skip to content

Commit c4333d5

Browse files
committed
Remove extra specificity
1 parent f6e9c23 commit c4333d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.lnsDragDrop-isNotDroppable {
2+
opacity: .5;
3+
}
4+
15
// Fix specificity by chaining classes
26

37
.lnsDragDrop.lnsDragDrop-isDropTarget {
@@ -7,7 +11,3 @@
711
.lnsDragDrop.lnsDragDrop-isActiveDropTarget {
812
background-color: transparentize($euiColorSecondary, .75);
913
}
10-
11-
.lnsDragDrop.lnsDragDrop-isNotDroppable {
12-
opacity: .5;
13-
}

0 commit comments

Comments
 (0)