[ticket/16477] Restore .icon class selector in icons.css

PHPBB3-16477
This commit is contained in:
rxu 2020-05-12 20:36:14 +07:00
parent 2328063b59
commit 7567f97143
No known key found for this signature in database
GPG key ID: 955F0567380E586A

View file

@ -27,6 +27,10 @@ blockquote cite:before,
text-rendering: auto; /* optimizelegibility throws things off #1094 */
}
.icon {
padding-right: 2px;
}
.button .icon {
padding-right: 0;
}