Problem/Motivation
There appears to be no hover style for <details><summary> elements for the Seven theme.
Tested on Firefox, Chrome + Safari, and there's no indication you're hovering over the summary.
Discovered while working on #3102724: Improve usability of core compatibility ranges on available updates report
Closely related to (and should be blocked on) #2980304: Seven theme's details/summary focus style is broken/missing in some browsers.
#2980304: Seven theme's details/summary focus style is broken/missing in some browsers. deals with the fact that text-decoration CSS doesn't reliably work on <summary> on all browsers by adding a <span> inside the <summary> (for which text-decoration works fine).
Proposed resolution
Add appropriate styles.
Probably will just have a weak text-decoration: underline for consistency with everything else in Seven.
Wait for the <span> from #2980304: Seven theme's details/summary focus style is broken/missing in some browsers. so we can get the underline working reliably on all browsers.
| Comment | File | Size | Author |
|---|---|---|---|
| #18 | 4f851b4d2ac504baf11d05ecb2867aef04093209.png | 14.84 KB | avpaderno |
Issue fork seven-3116331
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
dww#2980304: Seven theme's details/summary focus style is broken/missing in some browsers. is in, so this can proceed.
Comment #8
longwaveThe Seven theme has been removed from Drupal 10 core. I confirmed that this issue only affects Seven and no other themes included with Drupal core, so I am moving this to the contributed Seven project.
Comment #9
avpadernoComment #10
avpadernoComment #11
avpadernoComment #13
avpadernoI apologize: 10:46 PM is not the right time for me. 😉
The
:focusstyles are present, but the:hoverstyles are not.Comment #14
avpadernoComment #15
avpadernoComment #17
avpadernoComment #18
avpadernoI took this screenshot from the /admin/modules page. Are there other pages which could be used to check?
Comment #21
avpadernoComment #22
avpaderno