fixed dashboard posts lists' border when hovered (#14230)

This commit is contained in:
Keshav Biswa 2021-07-14 23:54:27 +05:30 committed by GitHub
parent a63a608ea3
commit 16334e1eac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@
&:hover {
background: var(--base-0);
border-radius: inherit;
}
&__title {