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:
Diffstat (limited to 'app/assets/stylesheets/framework/awards.scss')
-rw-r--r--app/assets/stylesheets/framework/awards.scss15
1 files changed, 8 insertions, 7 deletions
diff --git a/app/assets/stylesheets/framework/awards.scss b/app/assets/stylesheets/framework/awards.scss
index e0d2ed80de5..0f45e499162 100644
--- a/app/assets/stylesheets/framework/awards.scss
+++ b/app/assets/stylesheets/framework/awards.scss
@@ -173,13 +173,14 @@
}
&.user-authored {
- cursor: default;
- opacity: 0.65;
-
- &:hover,
- &:active {
- background-color: $white-light;
- border-color: $border-color;
+ cursor: not-allowed;
+ background-color: $gray-light;
+ border-color: $theme-gray-200;
+ color: $gl-text-color-disabled;
+
+ gl-emoji {
+ opacity: 0.4;
+ filter: grayscale(100%);
}
}