fix(style): cursor of restart text

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
This commit is contained in:
Yue Yang
2022-07-22 16:26:30 +08:00
committed by Andelf
parent 49fbdd0244
commit 50ed2cb2ed

View File

@@ -90,7 +90,6 @@
a.restart {
position: relative;
cursor: pointer !important;
display: flex;
align-items: center;
@@ -102,6 +101,7 @@
> strong {
display: inline-block;
padding-left: 2px;
cursor: pointer;
}
}
}