Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
updated background-color for scroll to top
  • Loading branch information
kkakroo committed Mar 2, 2022
commit 958b37e17f29700dc4df99e9eb8ee2c9825b7e22
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ export class ExtensionEditor extends EditorPane {
height: 40px;
right: 25px;
bottom: 25px;
background-color:#444444;
background-color:var(--vscode-textLink-foreground);
border-radius: 50%;
cursor: pointer;
box-shadow: 1px 1px 1px rgba(0,0,0,.25);
Expand All @@ -835,7 +835,7 @@ export class ExtensionEditor extends EditorPane {
}

#scroll-to-top:hover {
background-color:#007acc;
background-color:var(--vscode-textLink-activeForeground);
box-shadow: 2px 2px 2px rgba(0,0,0,.25);
}

Expand Down