fix: remove outline on tags input

This commit is contained in:
Baptiste Grob
2021-01-01 15:08:38 +01:00
parent 73e932a508
commit fa15339efc

View File

@@ -114,6 +114,10 @@ $heading-height: 75px;
color: var(--sn-stylekit-foreground-color);
width: 100%;
border: none;
&:focus {
outline: 0;
}
}
}
}