Remove underline from icons in links

This commit is contained in:
Brian Miyaji
2017-01-15 11:33:16 +11:00
parent 0b97f90e06
commit 51f0219a85

View File

@@ -55,6 +55,13 @@
text-decoration: underline !important;
}
.sp-template a:hover .dashicons,
.sp-template a:hover [class^="sp-icon-"], [class*=" sp-icon-"],
.sp-data-table a:hover .dashicons,
.sp-data-table a:hover [class^="sp-icon-"], [class*=" sp-icon-"] {
text-decoration: none !important;
}
.sp-view-all-link {
padding: 10px 15px !important;
margin: 0 !important;