Skip to content

Commit

Permalink
flipper cursor should be pointer on hover (#15824)
Browse files Browse the repository at this point in the history
* flipper cursor should be pointer on hover

* Change files
  • Loading branch information
chrisdholt authored Nov 4, 2020
1 parent d493a6b commit 70498e1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "patch",
"comment": "flipper cursor should be pointer on hover",
"packageName": "@fluentui/web-components",
"email": "chhol@microsoft.com",
"dependentChangeType": "patch",
"date": "2020-11-03T23:20:01.788Z"
}
4 changes: 4 additions & 0 deletions packages/web-components/src/flipper/flipper.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ export const FlipperStyles = css`
cursor: ${disabledCursor};
}
:host(:hover) {
cursor: pointer;
}
:host(:hover)::before {
background: ${neutralFillStealthHoverBehavior.var};
border-color: ${neutralOutlineHoverBehavior.var};
Expand Down

0 comments on commit 70498e1

Please sign in to comment.