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:
authorFatih Acet <acetfatih@gmail.com>2016-05-30 20:04:08 +0300
committerZ.J. van de Weg <zegerjan@gitlab.com>2016-06-06 12:10:10 +0300
commit63a5402182aa9697bbd9e2d7192ef661c6d74b86 (patch)
tree1af30642439eb5995036064b8f0a357fa141a389 /app/assets/stylesheets/pages/awards.scss
parentf1d74ccc8ca8e3fa91e87193fc886e9a00a636b3 (diff)
Create and show emoji loader on the fly.
Diffstat (limited to 'app/assets/stylesheets/pages/awards.scss')
-rw-r--r--app/assets/stylesheets/pages/awards.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/awards.scss b/app/assets/stylesheets/pages/awards.scss
index 56d04229f0b..05d1ee5b998 100644
--- a/app/assets/stylesheets/pages/awards.scss
+++ b/app/assets/stylesheets/pages/awards.scss
@@ -109,7 +109,8 @@
}
&.is-loading {
- .award-control-icon-normal {
+ .award-control-icon-normal,
+ .emoji-icon {
display: none;
}