UX: UX Fixes (#13918)

* UX: Adjust name alignment on email group chooser

* UX: Remove dotted line when using j/k navigation on topic
This commit is contained in:
Jordan Vidrine 2021-08-02 17:36:48 -05:00 committed by GitHub
parent b88d8c8894
commit 2c3b4ff135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,10 @@
box-shadow: -3px 0 0 var(--danger);
}
.tabLoc:focus {
outline: none;
}
.latest .featured-topic {
padding-left: 4px;
}

View File

@ -15,6 +15,7 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
align-self: flex-end;
}
.avatar,
.d-icon {