changes
This commit is contained in:
@@ -24,6 +24,12 @@
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/* on hover, add background color, stop width flickering */
|
||||
.button.is-outlined:hover {
|
||||
--bulma-button-border-width: max(1px, 0.0625em);
|
||||
background-color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-l), 0.1);
|
||||
}
|
||||
|
||||
.delete {
|
||||
--bulma-delete-background-alpha: 0.3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user