From 4a6126287a40d9540129e1ee3232465edcf58738 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Mon, 18 Oct 2021 14:22:55 +0200 Subject: [PATCH] chore: remove unneeded styles from tasks.scss --- src/styles/components/tasks.scss | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/src/styles/components/tasks.scss b/src/styles/components/tasks.scss index e6abd143..d629a3cc 100644 --- a/src/styles/components/tasks.scss +++ b/src/styles/components/tasks.scss @@ -59,18 +59,4 @@ .is-max-width-desktop .tasks .task { max-width: $desktop; -} - -.tasktext { - :focus { - box-shadow: inset 0 0 0 2px rgba($primary, 0.5); - } - - :focus:not(:focus-visible) { - outline: 0; - } - - :focus-visible, :-moz-focusring { - box-shadow: inset 0 0 0 2px rgba($primary, 0.5); - } -} +} \ No newline at end of file