mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 01:56:55 +00:00
* Added: Control badge visibility by group and not simply by individual badge. * Fixed: When possible, sort emote IDs numerically for the emote menu. * Changed: Blacklist a few more invalid errors from automatic reporting. * Changed: Include add-on versions in error reports.
47 lines
No EOL
682 B
SCSS
47 lines
No EOL
682 B
SCSS
.ffz--badge-visibility {
|
|
header {
|
|
&.default {
|
|
label:before, label:after {
|
|
opacity: 0.5
|
|
}
|
|
|
|
input:focus + label {
|
|
&:before, &:after {
|
|
opacity: 1
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.ffz--badge-info {
|
|
&.default {
|
|
label:before, label:after {
|
|
opacity: 0.5
|
|
}
|
|
|
|
input:focus + label {
|
|
&:before, &:after {
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
button:not(:focus) {
|
|
visibility: hidden;
|
|
}
|
|
}
|
|
|
|
.tw-checkbox__input:checked+.tw-checkbox__label:after,
|
|
label:before, label:after {
|
|
top: 1.05rem !important;
|
|
}
|
|
|
|
.ffz-badge.preview-image {
|
|
width: 3.6rem;
|
|
height: 3.6rem;
|
|
background-size: 3.6rem;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
width: 22rem;
|
|
}
|
|
} |