show-replies styles were lost with some menu changes
This commit is contained in:
parent
32e40ea133
commit
3c11c5dcdc
|
@ -149,23 +149,7 @@ nav.post-controls {
|
|||
margin-right: 5px;
|
||||
transition: all linear 0.15s;
|
||||
}
|
||||
.show-replies {
|
||||
margin-left: -10px;
|
||||
font-size: inherit;
|
||||
span.badge-posts {
|
||||
color: dark-light-choose($primary-medium, $secondary-high);
|
||||
}
|
||||
&:hover {
|
||||
background: $primary-low;
|
||||
span.badge-posts {
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
.d-icon {
|
||||
margin-left: 5px;
|
||||
font-size: $font-down-1;
|
||||
}
|
||||
}
|
||||
|
||||
button.create {
|
||||
margin-right: 0;
|
||||
color: dark-light-choose($primary-high, $secondary-low);
|
||||
|
@ -215,6 +199,22 @@ nav.post-controls {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.show-replies {
|
||||
font-size: $font-up-1;
|
||||
margin-left: -10px;
|
||||
font-size: inherit;
|
||||
padding: 10px;
|
||||
color: $primary-medium;
|
||||
&:hover {
|
||||
color: $primary;
|
||||
background: $primary-low;
|
||||
}
|
||||
.d-icon {
|
||||
margin-left: 5px;
|
||||
font-size: $font-down-1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pre.copy-codeblocks .copy-cmd:not(.copied) {
|
||||
|
|
Loading…
Reference in New Issue