Closed (works as designed)
Project:
Drupal core
Version:
9.5.x-dev
Component:
Olivero theme
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 May 2021 at 08:49 UTC
Updated:
31 Aug 2022 at 17:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
gauravvvv commentedPatch added for same. Please review.
Comment #3
mitthukumawat commentedI have applied the patch #2 successfully and review the changes on RSS feed block on focus in olivero theme. Patch fixed the focus color to theme color. Adding screenshots for reference.
Comment #4
marcusvsouza commentedThe patch in the comment #2 works as expected.
Comment #5
mherchelI'm not really convinced that this is a problem.. I'm on the edge. We have the outline-color set to currentColor so it'll work wherever we want (this will even continue to when we support dark-modes, etc). There are a number of places where the gray and not blue.
However, if we do want to fix this, we shouldn't override the entire outline property, we should just override outline-color.
Comment #6
mherchelComment #7
kostyashupenkoComment #8
chetanbharambe commentedVerified and tested patch #7.
Patch applied successfully and looks good to me.
Testing Steps:
# Goto: Appearance: Set Olivero theme
# See the RSS feed block
# Press tab button to go next interactive element.
# Check the results once the user is on the RSS feed block.
Expected Results:
# RSS block focus should be matched with the theme color.
Actual Results:
# RSS block focus is not matching with the theme color.
Please refer attached screenshots.
Looks good to me.
Can be a move to RTBC.
Comment #10
vsujeetkumar commentedI have run the test locally and its pass, Also it is passed on #7, So moved to NR.
Comment #11
gauravvvv commentedMoving to RTBC based on #8.
Comment #13
gauravvvv commentedUnrelated failure.
Comment #14
vikashsoni commentedApplied patch working fine
After patch RSS block focus match with theme color for ref shairng scrrenshot ...
Comment #17
sonam.chaturvedi commentedVerified and tested patch#7 on 9.5.x-dev. Patch applied successfully.
Test Steps:
1. Goto: Appearance: Set Olivero theme
2. See the RSS feed block
3. Press tab button to go next interactive element.
4. Check the focus colour is matching theme colour
Test Result:
Olivero: RSS block focus is matching theme colour.
Before patch:

After patch:

Moving to RTBC
Comment #18
lauriiiAFAIK this is how the focus ring in Olivero is designed to work. I think @mherchel who is a subsystem maintainer of Olivero confirms that on #5.