- more useless focus-rings in button

This commit is contained in:
Pogodaanton 2020-06-25 11:04:28 +02:00
parent 07df42f8d7
commit 353359dc11
1 changed files with 5 additions and 0 deletions

View File

@ -182,6 +182,11 @@ const styles: ComponentStyles<ButtonClassNameContract, DesignSystem> = {
borderColor: "transparent",
},
},
button__stealth: {
"body:not(.js-focus-visible) &:focus": {
borderColor: "transparent",
},
},
button__iconOnly: {
padding: "8px",
margin: "5px",