mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 07:00:04 +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-editor-main {
|
||||
position: relative;
|
||||
border: 1px solid #CFD8DC;
|
||||
border: 1px solid #181A1F;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
@ -164,7 +164,7 @@ a.gitment-header-issue-link:hover {
|
||||
.gitment-editor-main::before,
|
||||
.gitment-comment-main::before {
|
||||
border-width: 8px;
|
||||
border-right-color: #CFD8DC;
|
||||
border-right-color: #181A1F;
|
||||
}
|
||||
|
||||
.gitment-editor-main::after,
|
||||
@ -185,7 +185,7 @@ a.gitment-header-issue-link:hover {
|
||||
.gitment-editor-header {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border-bottom: 1px solid #CFD8DC;
|
||||
border-bottom: 1px solid #181A1F;
|
||||
}
|
||||
|
||||
a.gitment-comment-name,
|
||||
@ -222,7 +222,7 @@ a.gitment-comment-name:visited {
|
||||
.gitment-editor-tab.gitment-selected {
|
||||
color: #333;
|
||||
background-color: #fff;
|
||||
border-color: #CFD8DC;
|
||||
border-color: #181A1F;
|
||||
}
|
||||
|
||||
.gitment-editor-login {
|
||||
@ -376,7 +376,7 @@ a.gitment-editor-footer-tip:hover {
|
||||
.gitment-comments-page-item {
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
border: 1px solid #CFD8DC;
|
||||
border: 1px solid #181A1F;
|
||||
margin-left: -1px;
|
||||
padding: .25rem .5rem;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user