1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-11 11:24:23 +02:00

Merge pull request #5977 from rxu/ticket/16477

[ticket/16477] Restore .icon class selector in icons.css
This commit is contained in:
Marc Alexander 2020-06-07 22:50:36 +02:00 committed by GitHub
commit 694c7350bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}