Skip to content

Commit

Permalink
Button: Adding pointer-events: none to :after focus rectangle (micros…
Browse files Browse the repository at this point in the history
…oft#13696)

* Button: Adding pointer-events: none to :after focus rectangle.

* Change files

* Deleting unused story.
  • Loading branch information
khmakoto committed Jun 19, 2020
1 parent 0e7b691 commit 35f5aa2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
@@ -0,0 +1,8 @@
{
"type": "patch",
"comment": "Button: Adding pointer-events: none to :after focus rectangle.",
"packageName": "@fluentui/react-button",
"email": "humbertomakotomorimoto@gmail.com",
"dependentChangeType": "patch",
"date": "2020-06-19T00:43:50.885Z"
}
1 change: 1 addition & 0 deletions packages/react-button/src/components/Button/Button.scss
Expand Up @@ -277,4 +277,5 @@
border-radius: var(--button-borderRadius);
border: var(--button-focus-width, 2px) solid var(--button-focusColor);
box-shadow: 0 0 0 var(--button-focus-innerWidth, 1px) var(--button-focusInnerColor) inset;
pointer-events: none;
}

0 comments on commit 35f5aa2

Please sign in to comment.