mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-30 19:20:56 +01:00
improving contrast of actions buttons in listings over hover colour
This commit is contained in:
parent
34f2a90343
commit
ccc533831f
@ -197,7 +197,7 @@ ul.listing{
|
||||
.button{
|
||||
color:$color-teal;
|
||||
border-color:$color-grey-3;
|
||||
background:transparent;
|
||||
background:white;
|
||||
|
||||
&:hover{
|
||||
border-color:$color-teal;
|
||||
@ -334,6 +334,7 @@ ul.listing{
|
||||
margin-top:1em;
|
||||
}
|
||||
.button{
|
||||
background-color:transparent;
|
||||
color:white;
|
||||
border-color:$color-teal-darker;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user