mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-29 02:30:03 +00:00
feat: don't transition task background color as it is bad for keyboard navigation experience
This commit is contained in:
parent
bfc6ffdaa7
commit
a2d225c6db
1 changed files with 4 additions and 1 deletions
|
|
@ -417,7 +417,10 @@ $this-task-text-color-done: #aaaaaa;
|
|||
|
||||
.task {
|
||||
@include crawl-in-out;
|
||||
transition: background-color $transition-duration-m $ease-in-out-quint;
|
||||
|
||||
&:focus {
|
||||
transition: none;
|
||||
}
|
||||
|
||||
&.is-current {
|
||||
.play-btn {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue