Skip to content
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

feat(components, app): add custom pipette select with category support #3996

Merged
merged 11 commits into from
Sep 17, 2019
Prev Previous commit
Next Next commit
fix css lint
  • Loading branch information
b-cooper committed Sep 17, 2019
commit b23460523f9cb97e8fe86bdc0c7b034ff9996edd
1 change: 1 addition & 0 deletions components/src/instrument/PipetteSelect.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}

&:focus-within {
background-color: var(--c-white);
box-shadow: 0 0.125rem 0.25rem 0 color(var(--c-black) alpha(0.5));
Expand Down