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>2024-01-20 06:10:50 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-20 06:10:50 +0300
commitc78aaf1503a47c32cafc2418faf6702e51d05ad3 (patch)
tree24f4577c540cee312eddcc047906bccf5a35ab8c /app/assets/stylesheets/pages/note_form.scss
parentc0bc64e25edb4d7c3ac1d89de720f94782be5d2e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/pages/note_form.scss')
-rw-r--r--app/assets/stylesheets/pages/note_form.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss
index 5d644d63666..5343b009f6d 100644
--- a/app/assets/stylesheets/pages/note_form.scss
+++ b/app/assets/stylesheets/pages/note_form.scss
@@ -239,7 +239,7 @@ table {
.md-area {
background-color: $white;
- @include gl-rounded-base;
+ border-radius: $gl-border-radius-base;
}
}
@@ -295,7 +295,7 @@ table {
.diff-td > .content > .discussion-reply-holder {
padding-top: $gl-padding-12;
- @include gl-bg-gray-10;
+ background-color: $gray-10;
}
.discussion-with-resolve-btn {