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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-31 12:08:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-31 12:08:16 +0300
commit6044caed20964a70c1ac6c5a3365d567ed96dfde (patch)
tree3fe8f14b4acbd542265544843efeb6f59b5d3efe /app/assets/stylesheets
parent92077e0f8d70c70a908395808b16f98ecd3a5fcd (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/components/collapsible_card.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components/collapsible_card.scss b/app/assets/stylesheets/components/collapsible_card.scss
new file mode 100644
index 00000000000..c7c7423c1cd
--- /dev/null
+++ b/app/assets/stylesheets/components/collapsible_card.scss
@@ -0,0 +1,9 @@
+.collapsible-card {
+ .collapsible-card-btn {
+ color: $gl-text-color;
+
+ &:hover {
+ color: $blue-600;
+ }
+ }
+}