Improve back gesture support & add inbox roombar
This commit is contained in:
parent
38f8c147ae
commit
0bade1e5c5
10 changed files with 50 additions and 16 deletions
|
|
@ -353,6 +353,9 @@ button:active, button.is-pressed, input:active, input.is-pressed {
|
|||
background-color: rgba(255, 255, 255, 0.1);
|
||||
transform: var(--press-scale);
|
||||
}
|
||||
button.active, input.active {
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
.submit-button:active, .submit-button.is-pressed {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue