mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Clinking on stats in user summary take you to the respective activity page
This commit is contained in:
@@ -213,6 +213,17 @@
|
||||
padding: 10px 14px;
|
||||
margin: 0 5px 10px 0;
|
||||
background: dark-light-diff($primary, $secondary, 90%, -65%);
|
||||
|
||||
&.linked-stat { // This makes the entire "box" (the li) clickable instead of a narrow area.
|
||||
padding: 0;
|
||||
a {
|
||||
padding: 10px 14px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
li:last-of-type {
|
||||
|
||||
Reference in New Issue
Block a user