remove outline for "a" element

This commit is contained in:
Pig Fang 2020-03-23 10:38:45 +08:00
parent c50f265b8e
commit 79bacf69e0

View File

@ -1 +1,5 @@
@import './avatar';
a {
outline: none;
}