Skip to content

Commit d3a1fd1

Browse files
authored
Update _module.less
Code refactoring, remove the redundant rules
1 parent e575e97 commit d3a1fd1

File tree

1 file changed

+1
-5
lines changed
  • app/design/frontend/Magento/luma/Magento_Sales/web/css/source

1 file changed

+1
-5
lines changed

app/design/frontend/Magento/luma/Magento_Sales/web/css/source/_module.less

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,6 @@
689689
}
690690

691691
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__l) {
692-
693692
.order-links {
694693
.item {
695694
margin: 0 @tab-control__margin-right 0 0;
@@ -699,11 +698,8 @@
699698
}
700699

701700
strong {
702-
border-bottom: 0;
703-
margin-bottom: -1px;
704701
padding: @tab-control__padding-top @tab-control__padding-right @tab-control__padding-bottom + 1 @tab-control__padding-left;
705702
}
706703
}
707704
}
708-
709-
}
705+
}

0 commit comments

Comments
 (0)