add that teeny tiny nudge to buttons when they are pressed
This commit is contained in:
parent
00eabd2447
commit
926f45df85
1 changed files with 4 additions and 0 deletions
|
|
@ -388,6 +388,10 @@ nav {
|
|||
&:disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
&:active {
|
||||
transform: translate(1px, 1px);
|
||||
}
|
||||
}
|
||||
|
||||
.menu-item {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue