Skip to content

Commit

Permalink
fix: remove hypertext styles from button (#3319)
Browse files Browse the repository at this point in the history
* fix: remove hypertext styles from button

* remove hypertext styles from button in fast-components
  • Loading branch information
chrisdholt authored Jun 17, 2020
1 parent 70330e4 commit 788e299
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {
accentForegroundHoverBehavior,
accentForegroundRestBehavior,
BaseButtonStyles,
HypertextStyles,
LightweightButtonStyles,
neutralFillActiveBehavior,
neutralFillFocusBehavior,
Expand All @@ -37,7 +36,6 @@ import {
export const ButtonStyles = css`
${BaseButtonStyles}
${AccentButtonStyles}
${HypertextStyles}
${LightweightButtonStyles}
${OutlineButtonStyles}
${StealthButtonStyles}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { SystemColors } from "@microsoft/fast-web-utilities";
import {
AccentButtonStyles,
BaseButtonStyles,
HypertextStyles,
LightweightButtonStyles,
OutlineButtonStyles,
StealthButtonStyles,
Expand All @@ -17,7 +16,6 @@ import {
export const ButtonStyles = css`
${BaseButtonStyles}
${AccentButtonStyles}
${HypertextStyles}
${LightweightButtonStyles}
${OutlineButtonStyles}
${StealthButtonStyles}
Expand Down

0 comments on commit 788e299

Please sign in to comment.