Skip to content

Commit

Permalink
fix: button styles for disabledFocusable and text variation (#26012)
Browse files Browse the repository at this point in the history
* fix: button styles for disabledFocusable and text variation

* chore: add changelog
  • Loading branch information
chpalac authored Dec 19, 2022
1 parent 25bc50c commit e79659c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/fluentui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Fixes
- `Carousel` fix for FZ - Adding data-is-visible prop #25973 @kolaps33 ([#25973](https://github.com/microsoft/fluentui/pull/25973))
- Fix `Dropdown` allowing interaction with selected items when disabled @chpalac ([#25954](https://github.com/microsoft/fluentui/pull/25954))
- Fix `Button` styles for `disabledFocusable` when `text` @chpalac ([#26012](https://github.com/microsoft/fluentui/pull/26012))

<!--------------------------------[ v0.65.0 ]------------------------------- -->
## [v0.65.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-northstar_v0.65.0) (2022-10-31)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ export const buttonStyles: ComponentSlotStylesPrepared<ButtonStylesProps, Button
':hover': {
color: v.textColorDisabled,
},
':active': {
color: v.textColorDisabled,
},
}),

...(!p.text && {
Expand Down

0 comments on commit e79659c

Please sign in to comment.