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