mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-26 17:44:48 +00:00
removed transitions on chooser, it looks sloppy and delayed in what should be a quick forgettable interface
This commit is contained in:
parent
15a81d5165
commit
711cc045bb
1 changed files with 3 additions and 0 deletions
|
|
@ -99,6 +99,9 @@ ul.listing{
|
|||
&.full-width tbody tr:hover{
|
||||
background-color:#FDFDFD;
|
||||
}
|
||||
&.chooser tr.can-choose a{
|
||||
@include transition(none);
|
||||
}
|
||||
&.chooser tr.can-choose:hover{
|
||||
background-color:$color-teal;
|
||||
color:white;
|
||||
|
|
|
|||
Loading…
Reference in a new issue