Skip to content

Commit 41aad64

Browse files
committed
Update values to make linter happy
1 parent 094565f commit 41aad64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/design/adminhtml/Magento/backend/web/css/source/_actions.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -446,12 +446,12 @@ button {
446446
}
447447

448448
&::after {
449-
border-color: transparent transparent transparent #000;
449+
border-color: transparent transparent transparent @color-black;
450450
border-style: solid;
451-
border-width: 0.4rem 0 0.4rem 0.5rem;
451+
border-width: .4rem 0 .4rem .5rem;
452452
content: '';
453453
height: 0;
454-
margin-top: -0.2rem;
454+
margin-top: -.2rem;
455455
position: absolute;
456456
right: 1rem;
457457
top: 50%;

0 commit comments

Comments
 (0)