mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
de-emphasize display mode buttons on revision view
This commit is contained in:
parent
ee7c7c347a
commit
43a8a7c812
@ -1,10 +1,7 @@
|
|||||||
// styles that apply to the popup that appears when you show the edit history of a post
|
// styles that apply to the popup that appears when you show the edit history of a post
|
||||||
|
|
||||||
.modal.history-modal {
|
.modal.history-modal {
|
||||||
.btn {
|
|
||||||
// remove transitions on the buttons in the history modal
|
|
||||||
transition: none;
|
|
||||||
}
|
|
||||||
.modal-inner-container {
|
.modal-inner-container {
|
||||||
min-width: 960px;
|
min-width: 960px;
|
||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
@ -21,6 +18,14 @@
|
|||||||
}
|
}
|
||||||
#display-modes {
|
#display-modes {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
.btn {
|
||||||
|
background-color:inherit;
|
||||||
|
color: dark-light-diff($primary, $secondary, 50%, -50%);
|
||||||
|
}
|
||||||
|
.btn-primary {
|
||||||
|
color: $primary;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#revision-details {
|
#revision-details {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
Loading…
Reference in New Issue
Block a user