Spiffier UI: Fix tabs spacing (#3344)

This commit is contained in:
RachelElysia 2021-12-13 15:09:12 -08:00 committed by GitHub
parent 77f07f74e9
commit 9dade98422
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 5 deletions

View file

@ -7,6 +7,7 @@ describe("User invite and activation", () => {
it("Invites and activates a user", () => {
cy.visit("/settings/organization");
cy.wait(1000); // eslint-disable-line cypress/no-unnecessary-waiting
cy.findByRole("tab", { name: /^users$/i }).click();

View file

@ -9,19 +9,20 @@
border-bottom: 1px solid $ui-gray;
}
&__tab {
padding-bottom: $pad-small;
padding: $pad-small 0;
margin-right: $pad-xxlarge;
font-size: $x-small;
border: none;
&:focus {
box-shadow: none;
outline: 0;
}
&--selected {
text-shadow: -0.3px 0 #192147, 0.3px 0 #192147;
&::after {
content: '';
content: "";
width: 100%;
height: 0;
border-bottom: 1px solid #6a67fe;
@ -51,7 +52,7 @@
margin-top: $pad-xxlarge;
font-size: $small;
font-weight: $bold;
span {
margin-top: $pad-medium;
font-size: $x-small;