We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535ff59 commit 520c6f2Copy full SHA for 520c6f2
css/boardFrame.css
@@ -156,7 +156,6 @@
156
flex-direction: column;
157
justify-content: center;
158
touch-action: none;
159
- cursor: pointer;
160
color: var(--font-primary);
161
font-family: 'AppleSDGothicNeo';
162
@@ -180,6 +179,7 @@
180
179
overflow: hidden;
181
border: 2px solid transparent;
182
border-radius: 2px;
+ cursor: pointer;
183
}
184
.vp-block-left-holder {
185
display: none;
@@ -197,6 +197,7 @@
197
position: absolute;
198
left: 0px;
199
color: rgba(0,0,0,0.3);
200
+ cursor: default;
201
202
.vp-block-num-info {
203
color: #828282;
0 commit comments