Add visual cue as to whether the workspace is focused

This commit is contained in:
Nick O'Leary
2017-01-24 16:14:03 +00:00
parent b10141d71f
commit 128c4fe222
4 changed files with 21 additions and 0 deletions

View File

@@ -51,3 +51,10 @@
#workspace-footer {
@include component-footer;
}
#workspace-tabs:not(.workspace-focussed) {
opacity:0.8;
li.red-ui-tab.active a {
color:#666;
}
}