Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-19 23:01:38 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-20 01:41:50 +0300
commitb03c82c64eacb4882022f8fa67b66c2c8edee6ba (patch)
treef2bc4abe7544b22eb0c8b29774f75d2014540736 /app/assets/stylesheets/pages/notes.scss
parent6ac777a7592533d9c7b3682b2b9ca8caccca3f4d (diff)
Fix hover style for emoji button on parallel diff view
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-rw-r--r--app/assets/stylesheets/pages/notes.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index a0442463390..8b7df4dd72b 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -509,11 +509,6 @@ ul.notes {
display: inline;
line-height: 20px;
- @include notes-media('min', $screen-sm-min) {
- margin-left: 10px;
- line-height: 24px;
- }
-
.fa {
color: $gray-darkest;
position: relative;