Skip to content

Commit

Permalink
Remove old button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed May 17, 2023
1 parent 720a54c commit df26cd1
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions frontend/src/components/VButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -366,30 +366,13 @@ a.button {
@apply border-tx bg-tx text-dark-charcoal hover:bg-dark-charcoal hover:text-white;
}
.secondary {
@apply border-tx bg-tx hover:bg-dark-charcoal hover:text-white focus-visible:ring focus-visible:ring-pink;
}
.secondary-pressed {
@apply border-tx bg-dark-charcoal text-white hover:border-tx hover:bg-dark-charcoal-90;
}
.secondary[disabled="disabled"],
.secondary[aria-disabled="true"] {
@apply border-tx bg-tx text-dark-charcoal-40;
}
.secondary-filled {
@apply border-tx bg-dark-charcoal text-white hover:bg-dark-charcoal-80 hover:text-white focus-visible:ring focus-visible:ring-pink disabled:bg-dark-charcoal-10 disabled:text-dark-charcoal-40;
}
.secondary-bordered {
@apply border-dark-charcoal bg-tx hover:bg-dark-charcoal hover:text-white focus-visible:border-tx disabled:bg-dark-charcoal-10 disabled:text-dark-charcoal-40;
}
.secondary-bordered-pressed {
@apply bg-dark-charcoal text-white hover:border-tx hover:bg-dark-charcoal-90 focus-visible:bg-dark-charcoal-90;
}
.secondary-filled[disabled="disabled"],
.secondary-bordered[disabled="disabled"],
.secondary-filled[aria-disabled="true"],
.secondary-bordered[aria-disabled="true"] {
@apply border-tx bg-dark-charcoal-10 text-dark-charcoal-40;
}
Expand All @@ -403,21 +386,6 @@ a.button {
@apply border-tx bg-tx text-dark-charcoal-40;
}
.menu {
@apply border-tx bg-white text-dark-charcoal ring-offset-0;
}
.menu-pressed {
@apply border-tx bg-dark-charcoal text-white;
}
.full {
@apply w-full bg-dark-charcoal-06 font-semibold hover:bg-dark-charcoal-40 hover:text-white;
}
.full-pressed {
@apply w-full bg-dark-charcoal-06 font-semibold text-dark-charcoal;
}
.dropdown-label {
@apply border border-dark-charcoal-20 text-dark-charcoal focus-slim-tx hover:border-tx hover:bg-dark-charcoal hover:text-white;
}
Expand Down

0 comments on commit df26cd1

Please sign in to comment.