1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-31 23:18:31 +00:00
FrankerFaceZ/styles/widgets/profile-selector.scss
SirStendec 62bb6440f3 4.14.0
* Added: Profiles can now be toggled on and off, rather than relying on rules to control them.
* Added: Right-clicking the FFZ menu button in the top right of the page will open a Profiles dialog, letting you quickly toggle a profile on or off.
* Added: Profiles can now be enabled or disabled based upon the time of day.
* Added: Polish and Serbian pluralization rules.
* Fixed: Ensure tool-tips work on the new dashboard.
* Fixed: Ensure the FFZ Control Center works on the new dashboard.
2019-10-09 16:02:25 -04:00

79 lines
No EOL
1.1 KiB
SCSS

.ffz--profile-selector {
position: relative;
.tw-balloon {
position: absolute;
margin-top: 0 !important
}
.scrollable-area {
max-height: 30rem;
}
}
.ffz--profile-row {
outline: none;
cursor: pointer;
border-left: 4px solid;
border-left-color: transparent;
/*&.live .ffz--profile-row__icon {
color: var(--color-green-darker);
}*/
&:not(.live):not(:hover):not(:focus) {
opacity: .5;
font-variant: italic;
.tw-root--theme-dark & {
opacity: .25;
}
}
&.current {
border-left-color: var(--color-border-button-active);
}
.description {
opacity: .7;
}
&:first-child {
margin-top: 0.5rem;
}
&:last-child {
&, .tw-root--theme-dark & {
border-bottom: none !important
}
}
&:focus {
box-shadow:
inset 0 0 0 1px var(--color-twitch-purple-8),
0 0 6px -2px var(--color-twitch-purple-8);
}
&:focus,
&:hover {
background-color: var(--color-background-alt-2);
}
}
.ffz--profile-row__icon {
position: absolute;
top: 0.5rem; right: 0.5rem;
font-size: 1.6rem;
}
.ffz--experiment-row {
&:not(.live):not(:hover):not(:focus) {
opacity: 0.5;
.tw-root--theme-dark & {
opacity: .25;
}
}
}