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:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2017-11-07 19:19:34 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2017-11-09 15:06:03 +0300
commitd3b5ceaf9f936150a3b67a8433c23ed1d4e0b487 (patch)
treeb6dc895afa31fcf00fe6fbe64f2915f1d8679975 /app/assets/stylesheets/pages/note_form.scss
parent760b2c75ef9d2c6acb655860dceae4c04cd8e5a7 (diff)
Enable UnnecessaryMantissa in scss-lint
Diffstat (limited to 'app/assets/stylesheets/pages/note_form.scss')
-rw-r--r--app/assets/stylesheets/pages/note_form.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss
index 14514b2f193..89f93a92f2e 100644
--- a/app/assets/stylesheets/pages/note_form.scss
+++ b/app/assets/stylesheets/pages/note_form.scss
@@ -7,7 +7,7 @@
.diff-file .diff-content {
tr.line_holder:hover > td .line_note_link {
- opacity: 1.0;
+ opacity: 1;
filter: alpha(opacity = 100);
}
}