Uppercase tab labels

As per the Material Design spec and LOOT's pre-Polymer 1.2 behaviour.
For some reason the 1.2 <paper-tab> element doesn't enforce this
styling.
This commit is contained in:
Oliver Hamlet
2016-03-06 08:28:51 +00:00
parent 984c10fb99
commit 056eff601b
+3
View File
@@ -137,6 +137,9 @@
--paper-tabs-selection-bar-color: var(--loot-accent-color);
--paper-tab-ink: var(--loot-accent-color);
--paper-tab-content: {
text-transform: uppercase;
}
/* Prevents pop-in for the toggle button when a dropdown containing it is
opened. */