mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 20:30:05 +08:00
Change comment border color (#4378)
This commit is contained in:
parent
ec1ff58124
commit
e047354a65
@ -141,7 +141,7 @@ a.gitment-header-issue-link:hover {
|
|||||||
.gitment-comment-main,
|
.gitment-comment-main,
|
||||||
.gitment-editor-main {
|
.gitment-editor-main {
|
||||||
position: relative;
|
position: relative;
|
||||||
border: 1px solid #CFD8DC;
|
border: 1px solid #181A1F;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -164,7 +164,7 @@ a.gitment-header-issue-link:hover {
|
|||||||
.gitment-editor-main::before,
|
.gitment-editor-main::before,
|
||||||
.gitment-comment-main::before {
|
.gitment-comment-main::before {
|
||||||
border-width: 8px;
|
border-width: 8px;
|
||||||
border-right-color: #CFD8DC;
|
border-right-color: #181A1F;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gitment-editor-main::after,
|
.gitment-editor-main::after,
|
||||||
@ -185,7 +185,7 @@ a.gitment-header-issue-link:hover {
|
|||||||
.gitment-editor-header {
|
.gitment-editor-header {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border-bottom: 1px solid #CFD8DC;
|
border-bottom: 1px solid #181A1F;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.gitment-comment-name,
|
a.gitment-comment-name,
|
||||||
@ -222,7 +222,7 @@ a.gitment-comment-name:visited {
|
|||||||
.gitment-editor-tab.gitment-selected {
|
.gitment-editor-tab.gitment-selected {
|
||||||
color: #333;
|
color: #333;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-color: #CFD8DC;
|
border-color: #181A1F;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gitment-editor-login {
|
.gitment-editor-login {
|
||||||
@ -376,7 +376,7 @@ a.gitment-editor-footer-tip:hover {
|
|||||||
.gitment-comments-page-item {
|
.gitment-comments-page-item {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: 1px solid #CFD8DC;
|
border: 1px solid #181A1F;
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user