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

Emoji shouldn't have borders. #EmojiWithoutBorders

parent 8685b3f8
......@@ -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;
......
......@@ -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;
......
......@@ -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;
......
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