extension editor: 💄 navbar

This commit is contained in:
Joao Moreno
2016-08-24 16:07:53 +02:00
parent 8d56e6a4e5
commit f6b0be65ea
@@ -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 {