Closed (fixed)
Project:
Drupal core
Version:
8.5.x-dev
Component:
settings_tray.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Jan 2018 at 20:42 UTC
Updated:
23 Jan 2018 at 09:59 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #2
andrewmacpherson commented#2863354: Add border to dialog [x] close button for hover and focus states has just been marked fixed, so this is active now.
Comment #3
andrewmacpherson commentedComment #4
samuel.mortensonI copied the new styling for core dialog in offcanvas, screenshots attached.
One note from the patch:
top: calc(50% - 6px);isn't using "magic numbers", the 6px is from the combined (new) border size which affected positioning.Comment #5
tedbow@samuel.mortenson thanks!
This looks good to me!
Comment #7
xjmThat's a new one, but definitely not introduced here.
Comment #8
xjmCommitted and pushed to 8.5.x. Thanks!
Comment #10
andrewmacpherson commentedNice work! We're gradually extending coverage of missing/poor focus styles. These ones are super clear and nice to look at.