kopia lustrzana https://github.com/wagtail/wagtail
Fix hover styles for secondary buttons in listings
rodzic
de12dbbd4e
commit
56f97890da
|
|
@ -50,7 +50,7 @@
|
|||
background-color: transparent;
|
||||
|
||||
&:hover {
|
||||
background-color: theme('colors.text-button');
|
||||
background-color: theme('colors.surface-page');
|
||||
border-color: currentColor;
|
||||
color: theme('colors.surface-button-default');
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
}
|
||||
|
||||
.t-default .u-btn-current:hover {
|
||||
background: theme('colors.text-button');
|
||||
background: theme('colors.surface-page');
|
||||
border-color: theme('colors.border-button-outline-default');
|
||||
}
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue