kind of a hack but it does its job by highlighting the button and works with all themes

This commit is contained in:
Jack 2021-05-14 15:32:00 +01:00
parent 494e80e59e
commit dc8d15adeb

View file

@ -2735,8 +2735,8 @@ key {
align-items: center;
.button.danger {
background: var(--error-color);
color: var(--bg-color);
box-shadow: 0px 0px 0px 2px var(--error-color);
color: var(--text-color);
&:hover {
background: var(--text-color);
color: var(--bg-color);