Skip to content

Commit

Permalink
Update Toolbar outline styles
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Dec 21, 2023
1 parent fd43ecc commit f9a7ee5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/Toolbar/Toolbar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@
}

.Toolbar__item {
padding: 4px;
margin: 0 -2px;
padding: 4px;
border: 0;
border-radius: 50%;
background: transparent;
color: var(--color);
outline-offset: 5px;
font-size: 0;
cursor: pointer;
transition:
Expand Down

1 comment on commit f9a7ee5

@ekbdev
Copy link

@ekbdev ekbdev commented on f9a7ee5 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for guides ready!

✅ Preview
https://guides-gtj4jfsos-ekbdev.vercel.app
https://eguides-feature-a11y.vercel.app

Built with commit f9a7ee5.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.