Closed (fixed)
Project:
Thunder Admin Theme
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2018 at 13:56 UTC
Updated:
15 Mar 2018 at 09:29 UTC
Jump to comment: Most recent, Most recent file



Comments
Comment #2
malcomio commentedComment #3
malcomio commentedThis is happening because thunder_admin.info.yml removes the jquery.ui base theme CSS, in the libraries-override section.
Comment #4
malcomio commentedNot sure if this issue queue is the right place for this.
In /core/themes/seven/css/components/jquery.ui/theme.css, background:none is set on .ui-widget
The webform module defines a webform.theme.seven library (setting a background on tooltips with .ui-tooltip.ui-widget), but this is not being loaded when the admin theme is thunder.
The question for me is, why does seven set that background style?
Comment #5
malcomio commentedseems like the background:none in seven was added as part of #2113911: Modal style update, which refers to modals, but removing that style from seven doesn't seem to have much effect.
Comment #6
volkerk commentedhttps://github.com/BurdaMagazinOrg/theme-thunder-admin/pull/116
Comment #8
daniel.bosenLooks nice, thank you!