chore: remove unneeded styles from tasks.scss
This commit is contained in:
parent
14dd49e4b0
commit
4a6126287a
1 changed files with 1 additions and 15 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue