Closed (fixed)
Project:
Drupal core
Version:
9.2.x-dev
Component:
Olivero theme
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2021 at 09:55 UTC
Updated:
14 Jul 2021 at 11:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
gauravvvv commentedComment #3
gauravvvv commentedI have updated from
outline-offset: 1px;tooutline-offset: 2px;Attached patch for the same.
Comment #4
gauravvvv commentedComment #5
mitthukumawat commentedPatch applied cleanly for me and the outline-offset is 2px for search error cancel button on focus. By the way I did not see much difference in the button UI before and after patch. I could see the changes in CSS files.
Comment #7
sakthivel m commentedJust Re-roll the patch 9.3.x
Comment #8
Madhu kumar commentedPatch #7 applied cleanly and changing the
outline-offset: 2px;in themessages.pcss.csscomponentComment #9
chetanbharambe commentedComment #10
chetanbharambe commentedVerified and tested patch #7.
Patch applied successfully and looks good to me.
Testing Steps:
# Apply Oliver theme from Appearance
# Goto: search/node?keys=
# Inspect element and check that
outline-offset: 1px;in themessages.pcss.csscomponentExpected Results:
# User should see
outline-offset: 2px;in themessages.pcss.csscomponentActual Results:
# Inspect element and check that
outline-offset: 1px;in themessages.pcss.csscomponentLooks good to me.
Can be a move to RTBC.
Comment #12
gauravvvv commentedUnrelated failure
Comment #13
mherchelRTBC +1. Thanks!
Comment #16
lauriiiCommitted 88968d7 and pushed to 9.3.x. Also cherry-picked to 9.2.x Thanks!