fix: make tags non-tabbable

This commit is contained in:
Aman Harwara
2022-10-20 13:34:28 +05:30
parent 27bb4ebdae
commit a8535cfa23
3 changed files with 11 additions and 8 deletions

View File

@@ -61,6 +61,12 @@ $content-horizontal-padding: 16px;
transition: height 0.1s ease-in-out;
width: 100%;
&:focus {
border: 0;
outline: 0;
box-shadow: none;
}
> .tag-info {
display: flex;
flex-direction: row;