Commit 15789e8e authored by Connor Shea's avatar Connor Shea

Emoji shouldn't have borders. #EmojiWithoutBorders

parent 8685b3f8
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
padding: 7px; padding: 7px;
// Border around images in the help pages. // Border around images in the help pages.
img { img:not(.emoji) {
border: 1px solid $table-border-gray; border: 1px solid $table-border-gray;
padding: 5px; padding: 5px;
margin: 5px; margin: 5px;
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
} }
// Border around images in issue and MR descriptions. // Border around images in issue and MR descriptions.
.description img { .description img:not(.emoji) {
border: 1px solid $table-border-gray; border: 1px solid $table-border-gray;
padding: 5px; padding: 5px;
margin: 5px; margin: 5px;
......
...@@ -119,7 +119,7 @@ ul.notes { ...@@ -119,7 +119,7 @@ ul.notes {
} }
// Border around images in issue and MR comments. // Border around images in issue and MR comments.
img { img:not(.emoji) {
border: 1px solid $table-border-gray; border: 1px solid $table-border-gray;
padding: 5px; padding: 5px;
margin: 5px 0; margin: 5px 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment