chore: cleanup
This commit is contained in:
parent
54cc4bdc01
commit
ae03a77a67
13 changed files with 12 additions and 156 deletions
|
@ -1,9 +1,3 @@
|
|||
a:focus > .watching.hero::after,
|
||||
a:focus-within > .watching.hero::after {
|
||||
border: 0;
|
||||
outline: var(--outline-default);
|
||||
}
|
||||
|
||||
a:hover > .watching.hero::after,
|
||||
a:active > .watching.hero::after {
|
||||
border-color: var(--accent-color-hover);
|
||||
|
@ -93,12 +87,6 @@ a:active > .watching.hero::after {
|
|||
border-color: var(--accent-color-hover)
|
||||
}
|
||||
|
||||
& a:focus .item::after,
|
||||
& a:focus-within .item::after {
|
||||
border: 0;
|
||||
outline: var(--outline-default);
|
||||
}
|
||||
|
||||
& div {
|
||||
position: relative;
|
||||
|
||||
|
|
Reference in a new issue