feat: Improve details
- Prevent text selection for agreement step - Extend mouse out time - Hint toast is now part of intro step - Agreement step can now be solved with keyboard - Remove more event listeners when step is solved
This commit is contained in:
parent
ba063b0760
commit
9ff731395a
3 changed files with 19 additions and 7 deletions
|
|
@ -157,6 +157,7 @@ $z-indexes: (
|
|||
#agreement {
|
||||
flex-direction: column;
|
||||
background-color: $bravo_color;
|
||||
user-select: none;
|
||||
|
||||
h1 {
|
||||
margin-top: 0;
|
||||
|
|
@ -166,7 +167,7 @@ $z-indexes: (
|
|||
|
||||
#idle {
|
||||
background-color: $color_back_basic;
|
||||
transition: background-color 1s;
|
||||
transition: background-color 4s;
|
||||
|
||||
&:hover>.mouse_over {
|
||||
background-color: transparent !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue