mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-05 17:31:22 +02:00
#513 - Added devtools command
This commit is contained in:
@@ -1022,10 +1022,13 @@ vscode-divider {
|
||||
|
||||
a {
|
||||
color: var(--vscode-statusBar-debuggingForeground);
|
||||
margin: 0 0.25em;
|
||||
padding: 0 0.25em;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: var(--vscode-statusBarItem-hoverForeground);
|
||||
color: var(--vscode-statusBar-debuggingForeground);
|
||||
background: var(--vscode-statusBarItem-hoverBackground);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user