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:
authorPhil Hughes <me@iamphill.com>2016-03-06 15:06:52 +0300
committerPhil Hughes <me@iamphill.com>2016-03-18 12:46:20 +0300
commite0f47c3489d082df7f62d622ac273ae1354b50a9 (patch)
treeec3d8006917a1c737e2390d8e1c0d98a7f72b704 /app/assets/stylesheets/pages/issuable.scss
parent704cf9df2b610893412524efcdbc81b204de6d46 (diff)
Fixed issue when user doesnt exist
Fixed button hover color
Diffstat (limited to 'app/assets/stylesheets/pages/issuable.scss')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss11
1 files changed, 1 insertions, 10 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index dd4d867c48a..7e6ab5d5c64 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -242,7 +242,7 @@
}
}
- a {
+ a:not(.btn) {
&:hover {
color: $md-link-color;
text-decoration: none;
@@ -291,14 +291,5 @@
a {
color: #8c8c8c;
-
- &:hover {
- color: $gl-text-color;
- text-decoration: none;
- }
-
- &:focus {
- text-decoration: none;
- }
}
}