mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-26 09:45:54 +01:00
extension editor: 💄 navbar
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
|
||||
.extension-editor > .body > .navbar {
|
||||
height: 36px;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
line-height: 36px;
|
||||
padding-left: 20px;
|
||||
@@ -118,12 +118,12 @@
|
||||
|
||||
.extension-editor > .body > .navbar > .monaco-action-bar > .actions-container > .action-item > .action-label {
|
||||
font-size: inherit;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.extension-editor > .body > .navbar > .monaco-action-bar > .actions-container > .action-item.disabled > .action-label {
|
||||
opacity: 1;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.extension-editor > .body > .navbar > .monaco-action-bar > .actions-container > .action-item > .action-label:hover {
|
||||
|
||||
Reference in New Issue
Block a user