mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user