mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
add pointer cursor to top field
This commit is contained in:
@@ -242,7 +242,10 @@
|
||||
// Misc. stuff
|
||||
// --------------------------------------------------
|
||||
|
||||
#list-area .top-lists h2 { margin: 5px 0 10px; }
|
||||
#list-area .top-lists h2 {
|
||||
cursor: pointer;
|
||||
margin: 5px 0 10px;
|
||||
}
|
||||
|
||||
#list-area {
|
||||
h2 {
|
||||
|
||||
Reference in New Issue
Block a user