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:
authorPhil Hughes <me@iamphill.com>2018-05-04 14:52:46 +0300
committerPhil Hughes <me@iamphill.com>2018-05-04 14:52:46 +0300
commitcb8682b841b92cb6f97906bb9289ccbb13f2f31e (patch)
tree68709bcdb3bcfabce89cff61cdd422baf6ef3117 /app/assets/stylesheets
parent255e8ea8fddb19eb0300ef4369b2b1b29443d132 (diff)
improve logic of success message
instead of taking over whole sidebar, it now just shows over the commit box after 5 seconds the commit box goes back to its compact logic
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/repo.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 77bb0198614..e03c38e2775 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -797,6 +797,12 @@
.ide-commit-radios {
label {
font-weight: normal;
+
+ &.is-disabled {
+ .ide-radio-label {
+ text-decoration: line-through;
+ }
+ }
}
.help-block {