summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/labels.scss
diff options
context:
space:
mode:
authordimitrieh <dimitriehoekstra@gmail.com>2017-01-03 13:07:08 +0100
committerdimitrieh <dimitriehoekstra@gmail.com>2017-01-03 13:07:08 +0100
commit6bd785a51c39ad0bb69660c694c3c7408cfe5b23 (patch)
treedfcd8ba0b113162765822ed9a701e2e9fbc44808 /app/assets/stylesheets/pages/labels.scss
parentde25604fbca2f7005754d821d571bbcb1cc510ac (diff)
downloadgitlab-ce-6bd785a51c39ad0bb69660c694c3c7408cfe5b23.tar.gz
hover animations for award buttons, buttons, dropdowns, rows in file list, links, navigation tabs, labels
Diffstat (limited to 'app/assets/stylesheets/pages/labels.scss')
-rw-r--r--app/assets/stylesheets/pages/labels.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index d129eb12a45..01473bd3855 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -106,6 +106,10 @@
.color-label {
padding: 3px 7px;
border-radius: $label-border-radius;
+
+ &:hover {
+ box-shadow: inset 0 0 0 80px rgba(0,0,0,0.1);
+ }
}
.dropdown-labels-error {
@@ -203,6 +207,10 @@
z-index: 3;
border-radius: $label-border-radius;
padding: 6px 10px 6px 9px;
+
+ &:hover {
+ box-shadow: inset 0 0 0 80px rgba(0,0,0,0.1);
+ }
}
.btn {