Issue #3212700 by Sakthivel M, chetanbharambe, Gauravmahlawat: Olivero: focus state outline cut off from right in IE11

merge-requests/873/head
Lauri Eskola 2021-06-30 11:31:31 +03:00
parent 3d6974d0bb
commit b76f702101
No known key found for this signature in database
GPG Key ID: 382FC0F5B0DF53F8
2 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,7 @@ html:not(.js) .tabs__tab,
}
}
.tabs__link:focus {
position: relative;
outline: solid 3px #2494db;
outline-offset: -3px;
}

View File

@ -80,6 +80,7 @@ html:not(.js) .tabs__tab,
}
.tabs__link:focus {
position: relative;
outline: solid 3px var(--color--blue-50);
outline-offset: -3px;
}