summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/labels.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-08 11:23:54 +0000
committerPhil Hughes <me@iamphill.com>2016-03-10 13:54:54 +0000
commit75b21ebd75ddf9afef6939d1af65219110f463cd (patch)
tree72f308504d8c6bab420218c6bbbefe91690b9266 /app/assets/stylesheets/pages/labels.scss
parent5cdac7614dff659fad5a4364440d956bb48253c9 (diff)
downloadgitlab-ce-75b21ebd75ddf9afef6939d1af65219110f463cd.tar.gz
Can create new label from dropdown
Diffstat (limited to 'app/assets/stylesheets/pages/labels.scss')
-rw-r--r--app/assets/stylesheets/pages/labels.scss13
1 files changed, 12 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index 8c49f3a9238..5ec0966194c 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -10,7 +10,7 @@
&.suggest-colors-dropdown {
margin-bottom: 5px;
-
+
a {
@include border-radius(0);
width: 36.7px;
@@ -20,6 +20,17 @@
}
}
+.dropdown-label-color-preview {
+ display: none;
+ margin-top: 5px;
+ width: 100%;
+ height: 25px;
+
+ &.is-active {
+ display: block;
+ }
+}
+
.label-row {
.label {
padding: 9px;