1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-12 14:08:30 +00:00
FrankerFaceZ/styles/widgets/main-menu.scss
SirStendec 8c0b4b8bad 4.0.0-rc12.21
* Fixed: Merge User and Room objects when ID and login are both known at once.
* Fixed: Spacing and sorting of metadata beneath the player. (Closes %520)
* Fixed: Update the settings menu when new settings are added while the menu is open. (Closes #523)
* Fixed: Do not maximize or minimize the settings window when double-clicking in the search box. (Closes #521)
2018-09-24 14:33:06 -04:00

11 lines
No EOL
117 B
SCSS

.ffz-main-menu {
& > header {
* {
pointer-events: none;
}
input, button {
pointer-events: all;
}
}
}