From df26cd1d13731c0c1dcede8ae46cc84da7c1b636 Mon Sep 17 00:00:00 2001 From: Olga Bulat Date: Wed, 17 May 2023 12:10:12 +0300 Subject: [PATCH] Remove old button styles --- frontend/src/components/VButton.vue | 32 ----------------------------- 1 file changed, 32 deletions(-) diff --git a/frontend/src/components/VButton.vue b/frontend/src/components/VButton.vue index 511edfcd212..bbd073c1871 100644 --- a/frontend/src/components/VButton.vue +++ b/frontend/src/components/VButton.vue @@ -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; } @@ -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; }