Initial commit: Vendor Sales Report Magento 2 module
This commit is contained in:
15
view/adminhtml/web/css/vendor-report.css
Normal file
15
view/adminhtml/web/css/vendor-report.css
Normal file
@@ -0,0 +1,15 @@
|
||||
/* Vendor Sales Report Menu - Remove icon */
|
||||
.item-vendorsalesreport > a:before {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Additional targeting for stubborn icons */
|
||||
#menu-magento-reports-report .item-vendorsalesreport > a:before,
|
||||
.admin__menu .item-vendorsalesreport > a:before {
|
||||
content: none !important;
|
||||
display: none !important;
|
||||
width: 0 !important;
|
||||
height: 0 !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user