1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-17 02:16:54 +00:00
* Fixed: Option to hide `LIVE` indicators on live channel pages.
* Fixed: Option to hide Recommended Channels from the Following page.
* Fixed: Error when attempting to import a single profile from a full data backup.
* Fixed: Incorrect profile names and descriptions being displayed in the profile selector of the FFZ Control Center.
* Fixed: Incorrect styling being applied in the profile selector of the FFZ Control Center, making it impossible to determine which profile is currently selected.
* Fixed: Enable the babel object rest spread transformation for continued support of certain older web browsers.
* Fixed: Tool-tips of certain in-line chat actions not displaying information such as the target user's name or the duration of a timeout.
This commit is contained in:
SirStendec 2019-08-05 17:26:11 -04:00
parent 9fcd7cb90a
commit 9ab57897ef
10 changed files with 51 additions and 16 deletions

View file

@ -15,6 +15,9 @@
outline: none;
cursor: pointer;
border-left: 4px solid;
border-left-color: transparent;
&.live .ffz--profile-row__icon {
color: green;
}
@ -28,6 +31,10 @@
}
}
&.current {
border-left-color: #6441a4;
}
.description {
opacity: .7;
}