1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-17 18:26:57 +00:00
* Added: Preview of new theming system with custom colors.
* Changed: Start using the CSS color variables in more places.
* Fixed: Alignment of metadata in theater mode.
* Fixed: Custom chat font not applying to chat input.
* Fixed: Do not attempt to fetch uptime when there is no channel ID.
* Fixed: Hover state of emote menu section buttons.
* Fixed: Re-add pill rendering for FFZ menu button.
This commit is contained in:
SirStendec 2019-09-26 20:34:37 -04:00
parent 2232934309
commit a1949b0f8e
21 changed files with 451 additions and 266 deletions

View file

@ -115,8 +115,8 @@ textarea.tw-input {
&:focus {
box-shadow:
inset 0 0 0 1px #7d5bbe,
0 0 6px -2px #7d5bbe !important;
inset 0 0 0 1px var(--color-twitch-purple-8),
0 0 6px -2px var(--color-twitch-purple-8) !important;
}
.handle {
@ -138,12 +138,12 @@ textarea.tw-input {
.ffz--profile__icon {
&.ffz-i-ok,
.ffz-i-ok {
color: green;
color: var(--color-green-darker);
}
&.ffz-i-cancel,
.ffz-i-cancel {
color: red;
color: var(--color-red);
}
}
@ -159,8 +159,8 @@ textarea.tw-input {
&:focus {
box-shadow:
inset 0 0 0 1px #7d5bbe,
0 0 6px -2px #7d5bbe !important;
inset 0 0 0 1px var(--color-twitch-purple-8),
0 0 6px -2px var(--color-twitch-purple-8) !important;
}
.handle {
@ -173,7 +173,7 @@ textarea.tw-input {
font-size: 2rem;
}
.ffz-i-ok { color: green }
.ffz-i-ok { color: var(--color-green) }
}
.sortable-ghost {