feat: add cursor pointer for buttons

This commit is contained in:
Yuriy Synyaiev
2021-11-29 03:00:57 -06:00
committed by Umputun
parent 90e537358d
commit a1050472c4
2 changed files with 2 additions and 0 deletions
@@ -21,6 +21,7 @@
width: 24px;
justify-content: center;
align-items: center;
cursor: pointer;
&:hover {
color: var(--color9);
@@ -23,6 +23,7 @@
margin: 0;
padding: 0;
opacity: 0;
cursor: pointer;
}
.arrow {