Skip to content

Conversation

@pavelkornev
Copy link
Contributor

@pavelkornev pavelkornev commented Oct 7, 2020

This change fixes the wrong focus border position:
Screen Shot 2020-10-07 at 22 03 10

It's 2px more from the right side because the border itself is not considered.

Alternative solution would be:

box-sizing: border-box;

But using width=100% with absolutely positioned elements in general is not a best practice.

@CLAassistant
Copy link

CLAassistant commented Oct 7, 2020

CLA assistant check
All committers have signed the CLA.

@ilhan007 ilhan007 merged commit df6c972 into UI5:master Oct 8, 2020
ilhan007 pushed a commit that referenced this pull request Oct 17, 2020
This change fixes the wrong focus border position.It's 2px more from the right side because the border itself is not considered.
ilhan007 pushed a commit that referenced this pull request Nov 11, 2020
This change fixes the wrong focus border position.It's 2px more from the right side because the border itself is not considered.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants