Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ui5-checkbox): adjust focus outline in wrapped mode #9335

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

kgogov
Copy link
Member

@kgogov kgogov commented Jun 28, 2024

This commit adjusts the focus outline in wrapped mode for the CheckBox component. It address the initial concern that the focus outline was out of place in compact density mode, but also improves the overall focus outline in all density modes.

Themes that were checked:

  • sap_horizon
  • sap_horizon_dark
  • sap_horizon_hcb
  • sap_horizon_hcw
  • sap_fiori_3
  • sap_fiori_3_dark
  • sap_fiori_3_hcb
  • sap_fiori_3_hcw

Fixes: #9254

This commit adjusts the focus outline in wrapped mode for the CheckBox
component. It address the initial concern that the focus outline was out
of place in compact density mode, but also improves the overall focus
outline in all density modes.

Themes that were checked:

- sap_horizon
- sap_horizon_dark
- sap_horizon_hcb
- sap_horizon_hcw
- sap_fiori_3
- sap_fiori_3_dark
- sap_fiori_3_hcb
- sap_fiori_3_hcw

Fixes: #9254
@yanaminkova yanaminkova merged commit 13f87f5 into main Jul 2, 2024
10 checks passed
@yanaminkova yanaminkova deleted the checkbox-focus-outline-wrapped branch July 2, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ui5-checkbox]: focus outline off in compact
3 participants