mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Uppercase tab text.
To follow the Material Design spec.
This commit is contained in:
@@ -99,6 +99,11 @@ html /deep/ paper-tabs::shadow #selectionBar {
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
/* paper-tab */
|
||||
html /deep/ paper-tab::shadow .tab-content {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
/* core-drawer-panel */
|
||||
core-drawer-panel::shadow .narrow-layout #drawer {
|
||||
width: calc(100vw - 56px) !important;
|
||||
|
||||
Reference in New Issue
Block a user