Forum Discussion

msekmfb1's avatar
msekmfb1
Iron Contributor
Jan 17, 2020

Disable selection in menus

Hello everyone. As you know, settings, downloads, history, favorites, etc. pages are just regular HTML pages, so you can select text on them:

Many users can accidentally do that and it's looking quite ugly. I do not think that someone might need to make selection in these menus, so I suggest to prevent users from selecting this (adding '-webkit-user-select: none' property).