Make the cursor change on hover of buttons and dropdowns (finishes #2 )
This commit is contained in:
parent
5e911399b2
commit
7ea4f89522
1 changed files with 3 additions and 4 deletions
|
|
@ -49,10 +49,8 @@ select {
|
||||||
font-family: var(--fonts);
|
font-family: var(--fonts);
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
select:hover { cursor: pointer; }
|
||||||
select:focus {
|
select:focus { border-style: none; }
|
||||||
border-style: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
|
|
@ -63,6 +61,7 @@ button {
|
||||||
font-family: var(--fonts);
|
font-family: var(--fonts);
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
button:hover { cursor: pointer; }
|
||||||
|
|
||||||
input[type=number] {
|
input[type=number] {
|
||||||
background-color: var(--spotify-black);
|
background-color: var(--spotify-black);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue