Skip to content

Commit 57a7d42

Browse files
committed
MC-4262: Column Rearranging Drop Zone Indicators Are Too Small & Sometimes Hard To Activate
- Resolve static failures
1 parent 13a755d commit 57a7d42

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/column-group

1 file changed

+2
-2
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/column-group/_default.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
// _____________________________________________
99

1010
@keyframes inner-pulsate {
11-
0% {
11+
0% {
1212
box-shadow: inset 0 0 0 1px rgba(142, 0, 6, 0);
1313
}
1414
50% {
1515
box-shadow: inset 0 0 0 8px rgba(142, 0, 6, .1);
1616
}
17-
100% {
17+
100% {
1818
box-shadow: inset 0 0 0 2px rgba(142, 0, 6, 0);
1919
}
2020
}

0 commit comments

Comments
 (0)