summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/filters.scss
diff options
context:
space:
mode:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-12 18:50:26 +0900
committerTakuya Noguchi <takninnovationresearch@gmail.com>2017-11-03 11:17:23 +0900
commita03f8d255df1564ce9f07c7289f540ac381c6c65 (patch)
tree64436fcff0a7d121a1899761a07f1c1c0858a575 /app/assets/stylesheets/framework/filters.scss
parentd51ad1ea6407d3cb9eafd9fc891c7348b10b108f (diff)
downloadgitlab-ce-a03f8d255df1564ce9f07c7289f540ac381c6c65.tar.gz
Enable MergeableSelector in scss-lint
Diffstat (limited to 'app/assets/stylesheets/framework/filters.scss')
-rw-r--r--app/assets/stylesheets/framework/filters.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index 0d80a85d521..dbe5067fcf5 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -469,10 +469,10 @@
word-break: break-all;
}
}
-}
-.filter-dropdown-item.droplab-item-active .btn {
- @extend %filter-dropdown-item-btn-hover;
+ &.droplab-item-active .btn {
+ @extend %filter-dropdown-item-btn-hover;
+ }
}
.filter-dropdown-loading {