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
Greetings and thanks for the great themes. I tried out the superhero theme with semantic-ui-react, and it looks awesome. However, there is an issue with the styling of some items, where the font color would be black on a #333 background-color.
I initially noticed it on a Dropdown menu item (the Electronics item is hovered in this image):
If I remove the Menu parent component, the Dropdown is styled correctly. I tried a few things, including downgrading semantic-ui from 2.3.1 to 2.2.0, but ultimately just downloaded the semantic.superhero.min.css and replaced the one in my dist/ folder, and it corrected the problem locally.
Using the css from the demo site:
I used create-react-app to initialize my react app. I have the semantic.superhero.min.css file in src/semantic/dist, and I import that into my src/index.js. I'm not applying any other css. Here are my dependencies:
Greetings and thanks for the great themes. I tried out the superhero theme with semantic-ui-react, and it looks awesome. However, there is an issue with the styling of some items, where the font color would be black on a #333 background-color.
I initially noticed it on a Dropdown menu item (the Electronics item is hovered in this image):
![screen shot 2018-05-28 at 3 42 40 pm](https://user-images.githubusercontent.com/9810186/40698285-26a7f516-6383-11e8-8dbd-cea041a972ca.png)
The Dropdown is nested in a Menu.
When I viewed the demo of the superhero theme on http://semantic-ui-forest.com/themes/bootswatch/superhero/, the dropdown menu's hovered items had white font.
If I remove the Menu parent component, the Dropdown is styled correctly. I tried a few things, including downgrading semantic-ui from 2.3.1 to 2.2.0, but ultimately just downloaded the semantic.superhero.min.css and replaced the one in my dist/ folder, and it corrected the problem locally.
Using the css from the demo site:
![screen shot 2018-05-29 at 9 13 11 pm](https://user-images.githubusercontent.com/9810186/40698703-3c88e5c8-6385-11e8-9c2c-279e10b07447.png)
I used create-react-app to initialize my react app. I have the semantic.superhero.min.css file in src/semantic/dist, and I import that into my src/index.js. I'm not applying any other css. Here are my dependencies:
I don't know if the problem is related to my build of the css or not. But, if I can track down the root cause, I'll report back.
The text was updated successfully, but these errors were encountered: