New: Skip button for intros and outros should feel more interactive now
dev: added subtle shadow with active and hover states
This commit is contained in:
parent
887b7547fa
commit
ab70b69577
1 changed files with 14 additions and 0 deletions
|
|
@ -1785,6 +1785,20 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
color: white;
|
||||
}
|
||||
|
||||
.skip-button {
|
||||
background-color: whitesmoke;
|
||||
box-shadow: var(--shadow);
|
||||
}
|
||||
|
||||
.skip-button:hover {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.skip-button:active {
|
||||
background-color: rgba(245, 245, 245, 0.7);
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.toast,
|
||||
.upNextContainer {
|
||||
background: var(--headerColor) !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue