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:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-05-30 08:06:34 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2017-05-30 08:06:34 +0300
commit6f85943044f1784c97d79ce56315a6e81238d770 (patch)
tree51f7d3c2eab55be2839a5987393e9a1ddc0eb387 /app/assets/stylesheets/framework/lists.scss
parent15c0a6d826be63089963175a0ce1fa6fbafd23f8 (diff)
Change is-expandable to has-subgroups
Diffstat (limited to 'app/assets/stylesheets/framework/lists.scss')
-rw-r--r--app/assets/stylesheets/framework/lists.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/lists.scss b/app/assets/stylesheets/framework/lists.scss
index 0b1e97f67a1..94d48469d2c 100644
--- a/app/assets/stylesheets/framework/lists.scss
+++ b/app/assets/stylesheets/framework/lists.scss
@@ -290,7 +290,7 @@ ul.indent-list {
width: 20px;
}
- > .group-row:not(.is-expandable) {
+ > .group-row:not(.has-subgroups) {
.folder-caret .fa {
opacity: 0;
}