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 094565f commit 41aad64Copy full SHA for 41aad64
app/design/adminhtml/Magento/backend/web/css/source/_actions.less
@@ -446,12 +446,12 @@ button {
446
}
447
448
&::after {
449
- border-color: transparent transparent transparent #000;
+ border-color: transparent transparent transparent @color-black;
450
border-style: solid;
451
- border-width: 0.4rem 0 0.4rem 0.5rem;
+ border-width: .4rem 0 .4rem .5rem;
452
content: '';
453
height: 0;
454
- margin-top: -0.2rem;
+ margin-top: -.2rem;
455
position: absolute;
456
right: 1rem;
457
top: 50%;
0 commit comments