-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(fluent-button): fix typo in compound disabled selector, add tests #31302
fix(fluent-button): fix typo in compound disabled selector, add tests #31302
Conversation
packages/web-components/src/anchor-button/anchor-button.spec.ts
Outdated
Show resolved
Hide resolved
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
8337439
to
82f4da1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will leave to @radium-v to sign off and manage with the current merge happening.
707be68
to
3ba33e2
Compare
b839e30
to
25ed614
Compare
8f49a44
to
cb6fdf3
Compare
25ed614
to
08a1bdd
Compare
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
📊 Bundle size report✅ No changes found |
change/@fluentui-web-components-f04748f8-f9ea-46fa-a74b-b301279eb3c3.json
Show resolved
Hide resolved
a678b15
to
26c500d
Compare
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
26c500d
to
4b65971
Compare
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
…microsoft#31302) Co-authored-by: Chris Holt <13071055+chrisdholt@users.noreply.github.com>
Previous Behavior
Found a syntax issue in compound disabled CSS selector for
<fluent-button>
and<fluent-anchor-button>
. No existing behavior because CSS was invalid.New Behavior
Adding the
disabled
attribute and thedisabled-focusable
attribute to a FluentButton or FluentAnchorButton with[appearance='primary']
will have a transparent border.Related Issue(s)