UX: add transparent border for header icon (#20306)

This commit is contained in:
chapoi 2023-02-15 12:55:13 +07:00 committed by GitHub
parent 714e903e81
commit f19044af6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,9 +137,7 @@
padding: 0.2143em;
text-decoration: none;
cursor: pointer;
border-top: 1px solid transparent;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
border: 1px solid transparent;
transition: all linear 0.15s;
outline: none;
img.avatar {