mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 13:03:45 +08:00
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:
parent
b88d8c8894
commit
2c3b4ff135
|
@ -15,6 +15,10 @@
|
|||
box-shadow: -3px 0 0 var(--danger);
|
||||
}
|
||||
|
||||
.tabLoc:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.latest .featured-topic {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
align-self: flex-end;
|
||||
}
|
||||
.avatar,
|
||||
.d-icon {
|
||||
|
|
Loading…
Reference in New Issue
Block a user