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 <annabel.dunstone@gmail.com>2016-08-18 01:45:52 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-19 17:21:31 +0300
commit71d65467a859af34fb6f1ed251679dfa6e8631ec (patch)
treecce634d6c141df25ceff1281333a1160192e1dd2 /app/assets
parente5840a4d9b6d696f26cd1956c5aace2507f3abf0 (diff)
Fix alignment of icon on commits page
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/commit.scss17
1 files changed, 3 insertions, 14 deletions
diff --git a/app/assets/stylesheets/pages/commit.scss b/app/assets/stylesheets/pages/commit.scss
index fe8a8025038..53ec0002afe 100644
--- a/app/assets/stylesheets/pages/commit.scss
+++ b/app/assets/stylesheets/pages/commit.scss
@@ -68,22 +68,11 @@
}
.ci-status-link {
- margin-left: 2px;
svg {
- vertical-align: middle;
- }
-
- .ci-status-label {
- display: inline-block;
- }
-
- &:hover {
- text-decoration: none;
-
- .ci-status-label {
- text-decoration: underline;
- }
+ position: relative;
+ top: 2px;
+ margin: 0 2px 0 3px;
}
}
}