You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a resource page as Admin, the "Moderation" dropdown first appears to have no text. Hovering over the field faintly reveals text. Does not occur in Dark Mode. Tested with FireFox and Chrome.
Also, low priority: The dropdown is slightly shorter than the surrounding buttons, as the text size is .92857143rem compared to the buttons' 1rem. Would submit a PR but not sure whether you'd prefer to increase the dropdown text or decrease the button text.
The text was updated successfully, but these errors were encountered:
This bit from fomantic.min.css is responsible for the hover text: a{color:#4183c4;text-decoration:none}
Removing it resolves the issue but previously clicked hyperlinks will appear purple.
Looks like the .92857143rem size is also a result of this file.
Nameless pr13 with Resources commit af8d5fd
On a resource page as Admin, the "Moderation" dropdown first appears to have no text. Hovering over the field faintly reveals text. Does not occur in Dark Mode. Tested with FireFox and Chrome.
Also, low priority: The dropdown is slightly shorter than the surrounding buttons, as the text size is .92857143rem compared to the buttons' 1rem. Would submit a PR but not sure whether you'd prefer to increase the dropdown text or decrease the button text.
The text was updated successfully, but these errors were encountered: