0
0
Fork 0

Make the cursor change on hover of buttons and dropdowns (finishes #2 )

This commit is contained in:
Tyler-A 2020-07-07 09:57:48 -06:00
parent 5e911399b2
commit 7ea4f89522

View file

@ -49,10 +49,8 @@ select {
font-family: var(--fonts);
outline: none;
}
select:focus {
border-style: none;
}
select:hover { cursor: pointer; }
select:focus { border-style: none; }
button {
padding: 10px 20px;
@ -63,6 +61,7 @@ button {
font-family: var(--fonts);
outline: none;
}
button:hover { cursor: pointer; }
input[type=number] {
background-color: var(--spotify-black);