mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 06:46:39 +08:00
UX: Increase contrast of pinned/tracking reason text, improve layout
This commit is contained in:
parent
ef46231214
commit
36cb5f3038
@ -931,3 +931,12 @@ a.mention-group {
|
||||
margin-right: 0.65em;
|
||||
}
|
||||
}
|
||||
|
||||
#topic-footer-buttons {
|
||||
.reason {
|
||||
color: $primary-high;
|
||||
display: inline;
|
||||
margin: 0 0 0 8px;
|
||||
line-height: $line-height-medium;
|
||||
}
|
||||
}
|
||||
|
@ -441,9 +441,6 @@ nav.post-controls {
|
||||
#topic-footer-buttons {
|
||||
padding: 10px 10px 0 0;
|
||||
float: left;
|
||||
p {
|
||||
color: dark-light-choose($primary-medium, $secondary-medium);
|
||||
}
|
||||
.btn {
|
||||
@include topic-footer-button;
|
||||
.d-icon-bookmark.bookmarked {
|
||||
|
@ -246,10 +246,19 @@ a.reply-to-tab {
|
||||
}
|
||||
}
|
||||
|
||||
#topic-footer-buttons .reason {
|
||||
/* this is to force the drop-down notification state description para below the button */
|
||||
margin: 0;
|
||||
color: dark-light-choose($primary-medium, $secondary-medium);
|
||||
#topic-footer-buttons {
|
||||
.topic-notifications-button,
|
||||
.pinned-button {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@include breakpoint(mobile-medium) {
|
||||
display: inline-block;
|
||||
.reason {
|
||||
display: block;
|
||||
margin: 0.5em 0 0 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#topic-footer-button {
|
||||
|
Loading…
x
Reference in New Issue
Block a user