Skip to content
代码片段 群组 项目
未验证 提交 8fa2fbf7 编辑于 作者: Sascha Eggenberger's avatar Sascha Eggenberger 提交者: GitLab
浏览文件

Well segment: Change border color to default gray-100

上级 fb705a9d
No related branches found
No related tags found
无相关合并请求
......@@ -118,9 +118,9 @@ input[type='file'] {
margin-bottom: 16px;
.ref-list {
border-color: $well-inner-border;
border-color: $gray-100;
}
.well-segment {
padding: 1rem;
......@@ -132,7 +132,7 @@ input[type='file'] {
}
&:not(:last-of-type) {
border-bottom: 1px solid $well-inner-border;
border-bottom: 1px solid $gray-100;
}
p,
......
......@@ -122,8 +122,6 @@ $contextual-sidebar-border-color: #e9e9e9;
$border-color: $gray-100;
$shadow-color: $t-gray-a-08;
$well-expand-item: #e8f2f7 !default;
$well-inner-border: #eef0f2 !default;
$well-light-border: #f1f1f1;
$nav-active-bg: $t-gray-a-08;
/*
......
......@@ -8,7 +8,7 @@
padding: $gl-padding;
&:not(:last-of-type) {
border-bottom: 1px solid $well-inner-border;
border-bottom: 1px solid $gray-100;
}
&.borderless {
......
......@@ -43,4 +43,3 @@ $line-added-dark: $green-200;
$line-removed-dark: $red-200;
$well-expand-item: $gray-200;
$well-inner-border: $gray-200;
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册