mirror of https://github.com/zulip/zulip.git
ca70089842
The background-color and opacity is same for all select elements in modals and settings in disabled state, but due to the background of modal being bright enough, the select element in modals would not look disabled. One possible solution could have been to set "opacity: 1" but that changes opacity for text too and makes it darker which is not the case for other select elements. So instead made the background slightly darker for select elements inside the modal using hsla property. It might not be exact same as the other select elements, but it is still better than the previous behavior. For role element in bot edit form, we used to set opacity to 1 to fix this bug, and this commit removes it as we have fixed it for all modals in general |
||
---|---|---|
.. | ||
assets | ||
audio/notification_sounds | ||
generated | ||
html | ||
images | ||
js | ||
shared | ||
styles | ||
templates | ||
third | ||
.gitignore |