summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-01-19 09:55:31 +0000
committerPhil Hughes <me@iamphill.com>2018-01-19 09:55:31 +0000
commit6aed49bfcaa1ff11c335c2bfb52a1a93c730a07c (patch)
treeb7617ff561f77cbaa53cf6703a93925cae97393c /app/assets/stylesheets/pages
parent218136ac40547e82bc49562805b1af983d956e72 (diff)
parent7f6c4f426e80e2c18dbde79b5f8e33e3e2604769 (diff)
downloadgitlab-ce-6aed49bfcaa1ff11c335c2bfb52a1a93c730a07c.tar.gz
Merge branch '26296-update-styling-disabled-buttons' into 'master'
Resolve "Review styling of disabled buttons" Closes #26296 See merge request gitlab-org/gitlab-ce!16501
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/note_form.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss
index 6d4ccd53e12..bf8eb4c1f06 100644
--- a/app/assets/stylesheets/pages/note_form.scss
+++ b/app/assets/stylesheets/pages/note_form.scss
@@ -391,11 +391,17 @@
.dropdown-toggle {
float: right;
- .toggle-icon {
+ i {
color: $white-light;
padding-right: 2px;
margin-top: 2px;
}
+
+ &[disabled] {
+ i {
+ color: $gl-text-color-disabled;
+ }
+ }
}
.dropdown-menu {