Skip to content

Commit 2230205

Browse files
committed
Fix(22085): Resolved static test build issue
1 parent 1656409 commit 2230205

File tree

1 file changed

+5
-1
lines changed
  • app/design/frontend/Magento/blank/Magento_Swatches/web/css/source

1 file changed

+5
-1
lines changed

app/design/frontend/Magento/blank/Magento_Swatches/web/css/source/_module.less

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
@swatch-option__hover__color: @color-gray20;
1717
@swatch-option__hover__outline: 1px solid @color-gray60;
1818

19+
@swatch-more__hover__border: @border-width__base solid @color-white;
20+
@swatch-more__hover__color: @color-orange-red1;
21+
@swatch-more__hover__outline: 1px solid @color-gray60;
22+
1923
@swatch-option__selected__border: @swatch-option__hover__border;
2024
@swatch-option__selected__color: @swatch-option__hover__color;
2125
@swatch-option__selected__outline: 2px solid @active__color;
@@ -318,8 +322,8 @@
318322
&-more {
319323
display: inline-block;
320324
margin: 2px 0;
325+
padding: 2px;
321326
position: static;
322-
text-decoration: none !important;
323327
z-index: 1;
324328
}
325329

0 commit comments

Comments
 (0)