Fix tag cursor
parent
f8c9f7a0ff
commit
4307c155d4
|
@ -221,6 +221,7 @@ export default class Tag extends Mixins(GlobalMixin) {
|
||||||
height: 50%;
|
height: 50%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
.tag.onePreview > & {
|
.tag.onePreview > & {
|
||||||
width: 100%; height: 100%;
|
width: 100%; height: 100%;
|
||||||
|
|
Loading…
Reference in New Issue