Emoji shouldn't have borders. #EmojiWithoutBorders

This commit is contained in:
Connor Shea
2016-06-19 18:31:29 -06:00
parent 8685b3f80a
commit 15789e8eb5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -59,7 +59,7 @@
padding: 7px;
// Border around images in the help pages.
img {
img:not(.emoji) {
border: 1px solid $table-border-gray;
padding: 5px;
margin: 5px;
+1 -1
View File
@@ -6,7 +6,7 @@
}
// Border around images in issue and MR descriptions.
.description img {
.description img:not(.emoji) {
border: 1px solid $table-border-gray;
padding: 5px;
margin: 5px;
+1 -1
View File
@@ -119,7 +119,7 @@ ul.notes {
}
// Border around images in issue and MR comments.
img {
img:not(.emoji) {
border: 1px solid $table-border-gray;
padding: 5px;
margin: 5px 0;