code refactoring
add cursor pointer to note text to not break pointer cursor when it goes over text
This commit is contained in:
parent
2ef25ff6a1
commit
9ae6900ea4
@ -73,10 +73,6 @@ section {
|
||||
color: var(--text-color-light-red);
|
||||
}
|
||||
|
||||
.note {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.tileOne {
|
||||
position: absolute;
|
||||
left: 26.61%;
|
||||
@ -185,6 +181,10 @@ section {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.note, .read-this {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.visitor-note {
|
||||
margin-right: 5rem
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user