Fix hover styles for secondary buttons in listings

pull/10467/head
Thibaud Colas 2023-05-23 09:25:04 +01:00
rodzic de12dbbd4e
commit 56f97890da
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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');
}

Wyświetl plik

@ -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');
}