dojo / widgets

:rocket: Dojo - UI widgets.
https://widgets.dojo.io
Other
88 stars 66 forks source link

fix: outline button dojo theme #1704

Closed bitpshr closed 3 years ago

bitpshr commented 3 years ago

Type: bug

The following has been addressed in the PR:

Description:

This pull request fixes focus styling and pressed state styling for the OutlinedButton using the Dojo theme.

Resolves #1682

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

widget-test-docs – ./

πŸ” Inspect: https://vercel.com/dojo/widget-test-docs/4B8rAWhXfZwHJzAmMYJHtd2pew8n
βœ… Preview: https://widget-test-docs-git-fork-bitpshr-fix-dojo-button-theme-dojo1.vercel.app

dojo.widgets – ./

πŸ” Inspect: https://vercel.com/dojo/dojo.widgets/CYNSAGGF5CDePwK7jwyqCkqXDvN8
βœ… Preview: https://dojowidgets-git-fork-bitpshr-fix-dojo-button-theme-dojo1.vercel.app

codecov[bot] commented 3 years ago

Codecov Report

Merging #1704 (6e916e8) into master (ce182a0) will increase coverage by 0.11%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1704      +/-   ##
==========================================
+ Coverage   89.96%   90.07%   +0.11%     
==========================================
  Files          94       94              
  Lines        5031     5050      +19     
  Branches     1364     1373       +9     
==========================================
+ Hits         4526     4549      +23     
  Misses        249      249              
+ Partials      256      252       -4     
Impacted Files Coverage Ξ”
src/tooltip/index.tsx 77.41% <0.00%> (ΓΈ)
src/select/index.tsx 86.95% <0.00%> (+0.86%) :arrow_up:
src/list/index.tsx 79.94% <0.00%> (+2.16%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update ce182a0...6e916e8. Read the comment docs.

tomdye commented 3 years ago

I just realised that I was looking at the v7 widgets example and not the latest, so apologies for my last comment.