Skip to content

Commit ac333f4

Browse files
committed
Fix cursor pointer on attendance toggle and buttons
1 parent 3f7b1d5 commit ac333f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/assets/stylesheets/shared.css.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ input[type="submit"].button {
150150
background: transparent;
151151
text-transform: uppercase;
152152
text-decoration: none;
153+
cursor: pointer;
153154

154155
.title {
155156
padding: 10px;
@@ -294,6 +295,7 @@ ul.sessionsList {
294295
top: 0.1em;
295296

296297
color: transparent; // Text is for accessibility only
298+
cursor: pointer;
297299

298300
background-color: transparent;
299301
background-size: contain;

0 commit comments

Comments
 (0)