Across the Olivero theme we're using outline-offset: 2px; but only the close button on the messages container is using outline-offset: 1px;. This is inconsistent.
This can be seen on the live preview. Adding screenshot for reference.
https://tugboat-aqrmztryfqsezpvnghut1cszck2wwasr.tugboat.qa/search/node?...
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | Before Patch 3211613.png | 415.66 KB | chetanbharambe |
| #10 | After Patch 3211613.png | 414.64 KB | chetanbharambe |
| #8 | Screenshot from 2021-05-26 16-33-25.png | 36.28 KB | Madhu kumar |
| #7 | 3211613.7.patch | 837 bytes | sakthivel m |
| #3 | 3211613-3.patch | 837 bytes | gauravvvv |
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!