mirror of
https://github.com/adobe/brackets.git
synced 2024-11-20 09:53:00 +01:00
Merge pull request #8521 from adobe/tom/dark-scrollbars-languages
Fixed the border around the languages button and the scrollbar fillers
This commit is contained in:
commit
8251e9330e
@ -63,7 +63,7 @@
|
||||
.CodeMirror-focused .CodeMirror-activeline-background {
|
||||
background: #2f2f2f;
|
||||
}
|
||||
.show-line-padding .CodeMirror-focused .CodeMirror-activeline-background {
|
||||
&.show-line-padding .CodeMirror-focused .CodeMirror-activeline-background {
|
||||
box-shadow: inset 15px 0 0 0 #000;
|
||||
}
|
||||
|
||||
|
@ -188,6 +188,10 @@ a, img {
|
||||
vertical-align: top;
|
||||
width: auto;
|
||||
cursor: pointer;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
|
||||
&:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
@ -174,6 +174,7 @@
|
||||
|
||||
/* Custom scrollbar colors */
|
||||
&.platform-win {
|
||||
.CodeMirror-scrollbar-filler,
|
||||
.CodeMirror-gutter-filler {
|
||||
background-color: rgb(15, 15, 15);
|
||||
}
|
||||
@ -196,6 +197,10 @@
|
||||
}
|
||||
|
||||
&.platform-linux {
|
||||
.CodeMirror-scrollbar-filler,
|
||||
.CodeMirror-gutter-filler {
|
||||
background-color: #1d1f21;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.24) inset;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user