Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.1k stars 4.95k forks source link

[Modal] close icon displays with incorrect color in basic fullscreen mode #5831

Open lbssousa opened 7 years ago

lbssousa commented 7 years ago

With latest Semantic-UI CSS, the close icon of a fullscreen modal is always displayed in black, regardless the modal is basic or not. For basic fullscreen modals with default dimmer, the close icon is almost invisible.

See an example: https://jsfiddle.net/xhrzhygk/

A simple CSS addition like this could fix the problem:

.ui.basic.fullscreen.modal>.close {
  color: #fff;
}
stale[bot] commented 6 years ago

There has been no activity in this thread for 90 days. While we care about every issue and we’d love to see this fixed, the core team’s time is limited so we have to focus our attention on the issues that are most pressing. Therefore, we will likely not be able to get to this one.

However, PRs for this issue will of course be accepted and welcome!

If there is no more activity in the next 90 days, this issue will be closed automatically for housekeeping. To prevent this, simply leave a reply here. Thanks!

lubber-de commented 5 years ago

Available since https://github.com/fomantic/Fomantic-UI 2.6.4