Only reload catalogue when requested

This commit is contained in:
Nick O'Leary
2016-08-13 00:33:41 +01:00
parent cdc7ab562a
commit b7dbfd5cfc
2 changed files with 24 additions and 16 deletions

View File

@@ -83,12 +83,14 @@
@include workspace-button;
color: $workspace-button-color-selected;
background:$workspace-button-background-active;
transition: all 0.1s ease-in-out;
margin-bottom: 1px;
&.selected:not(.disabled) {
color: $workspace-button-color;
background: $workspace-button-background;
border-bottom-width: 2px;
border-bottom-color: $form-input-border-selected-color;
margin-bottom: 0;
}
}