mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-10 00:06:13 +00:00
improving contrast of actions buttons in listings over hover colour
This commit is contained in:
parent
34f2a90343
commit
ccc533831f
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue