cleanup, updated broken favorites look + localization strings

This commit is contained in:
Henry Jameson 2018-08-16 13:41:45 +03:00
parent e8f7491003
commit 693eb4b717
4 changed files with 20 additions and 7 deletions

View file

@ -58,6 +58,16 @@
border-bottom-color: inherit;
padding-left: 4px;
.broken-favorite {
border-radius: $fallback--tooltipRadius;
border-radius: var(--tooltipRadius, $fallback--tooltipRadius);
color: $fallback--faint;
color: var(--faint, $fallback--faint);
background-color: $fallback--cAlertRed;
background-color: var(--cAlertRed, $fallback--cAlertRed);
padding: 2px .5em
}
.avatar-compact {
width: 32px;
height: 32px;