From 0b29c5063add78fb6200f415d66a0098ae74df01 Mon Sep 17 00:00:00 2001 From: GitStart <1501599+gitstart@users.noreply.github.com> Date: Thu, 6 Oct 2022 21:16:32 +0300 Subject: [PATCH] Wrong css in event configuration page buttons (#4869) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: gitstart Co-authored-by: gitstart Co-authored-by: Rafael Co-authored-by: Thiago Nascimbeni Co-authored-by: Rafael Toledo <87545086+Toledodev@users.noreply.github.com> Co-authored-by: Grace Nshokano Co-authored-by: Júlio Piubello da Silva Cabral Co-authored-by: Matheus Benini Ferreira <88898100+MatheusBeniniF@users.noreply.github.com> Co-authored-by: Nitesh Singh Co-authored-by: C000Ldude Co-authored-by: Matheus Muniz <87545749+matheusmuniz03@users.noreply.github.com> Co-authored-by: Klinger Matheus <50892465+KlingerMatheus@users.noreply.github.com> Co-authored-by: Eman Co-authored-by: Olusanya Timothy <48022904+seunexplicit@users.noreply.github.com> Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com> Co-authored-by: Bailey Pumfleet Co-authored-by: Alex van Andel Co-authored-by: Omar López --- .../v2/eventtype/EventTypeSingleLayout.tsx | 12 +++++++----- apps/web/styles/globals.css | 7 ++++++- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/apps/web/components/v2/eventtype/EventTypeSingleLayout.tsx b/apps/web/components/v2/eventtype/EventTypeSingleLayout.tsx index ba2f982317..5d62de3b63 100644 --- a/apps/web/components/v2/eventtype/EventTypeSingleLayout.tsx +++ b/apps/web/components/v2/eventtype/EventTypeSingleLayout.tsx @@ -228,27 +228,29 @@ function EventTypeSingleLayout({ - + - + - + diff --git a/apps/web/styles/globals.css b/apps/web/styles/globals.css index b2e440cacc..9e8752ed57 100644 --- a/apps/web/styles/globals.css +++ b/apps/web/styles/globals.css @@ -344,6 +344,10 @@ button[role="switch"][data-state="checked"] { animation: loader-inner 2s infinite ease-in; } +.no-ring-inset { + --tw-ring-inset: unset; +} + @keyframes loader { 0% { transform: rotate(0deg); @@ -495,4 +499,5 @@ hr { .h-screen { height: -webkit-fill-available; } -} \ No newline at end of file +} +