Enabled pointer-events on the topic/category stats.
This commit is contained in:
parent
96badc0f72
commit
6f94247db3
2 changed files with 3 additions and 0 deletions
|
@ -126,6 +126,7 @@
|
|||
font-size: .9em;
|
||||
line-height: 1.3em;
|
||||
opacity: .7;
|
||||
pointer-events: auto;
|
||||
|
||||
&:first-child {
|
||||
font-size: 1.5em;
|
||||
|
|
|
@ -127,6 +127,8 @@
|
|||
font-size: .9em;
|
||||
line-height: 1.3em;
|
||||
opacity: .7;
|
||||
pointer-events: auto;
|
||||
cursor: default;
|
||||
|
||||
&:first-child {
|
||||
font-size: 1.4em;
|
||||
|
|
Loading…
Reference in a new issue