summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/zen.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-11-06 18:39:53 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-11-06 18:39:53 +0000
commit9de635bd953518c19ceb18bb2156e26ba9e73924 (patch)
treec7fc5877230e6ca062c421983c8c2b91584215d0 /app/assets/stylesheets/framework/zen.scss
parentd035bdbe3c9aff1b139ed656a5c4507475820e9d (diff)
parentfb63796ed9b5062431ee40faf9c7652964b48112 (diff)
downloadgitlab-ce-9de635bd953518c19ceb18bb2156e26ba9e73924.tar.gz
Merge branch '39757-border-zero-of-scss-lint' into 'master'
Enable BorderZero rule in scss-lint Closes #39757 See merge request gitlab-org/gitlab-ce!15168
Diffstat (limited to 'app/assets/stylesheets/framework/zen.scss')
-rw-r--r--app/assets/stylesheets/framework/zen.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/zen.scss b/app/assets/stylesheets/framework/zen.scss
index 32a0feb1c4b..5a4d3ba0ee9 100644
--- a/app/assets/stylesheets/framework/zen.scss
+++ b/app/assets/stylesheets/framework/zen.scss
@@ -9,7 +9,7 @@
z-index: 1031;
textarea {
- border: none;
+ border: 0;
box-shadow: none;
border-radius: 0;
color: $black;