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:
authorNatalia Tepluhina <ntepluhina@gitlab.com>2019-07-09 07:22:48 +0300
committerKushal Pandya <kushalspandya@gmail.com>2019-07-09 07:22:48 +0300
commit9613a34a24bda78661ce74348ceb55d1e3b50b53 (patch)
treea19d31bb8c5c1266bf0b66e96cc4ee72817bd007 /app/assets/stylesheets/pages/notes.scss
parent56e3fc40b80b8f2231f15d57c73d3f5995f01eca (diff)
Fixed editing form
- applied functional component patch - fixed border radius for list - fixed Karma test to take a correct li amount
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-rw-r--r--app/assets/stylesheets/pages/notes.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 5db0136e3f1..b9b8eabf909 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -139,7 +139,6 @@ $note-form-margin-left: 72px;
border-radius: 4px 4px 0 0;
&.collapsed {
- border: 0;
border-radius: 4px;
}
}