mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 15:46:08 +10:00
Emoji shouldn't have borders. #EmojiWithoutBorders
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user