mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-17 02:16:54 +00:00
4.7.2
* 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:
parent
9fcd7cb90a
commit
9ab57897ef
10 changed files with 51 additions and 16 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue