changes
This commit is contained in:
@@ -24,6 +24,12 @@
|
|||||||
box-shadow: none;
|
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 {
|
.delete {
|
||||||
--bulma-delete-background-alpha: 0.3;
|
--bulma-delete-background-alpha: 0.3;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -652,13 +652,4 @@ p.control {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.is-primary.is-outlined:hover {
|
|
||||||
/* TODO: make it global: when outlined,
|
|
||||||
border width shouldn't change, background-color should change */
|
|
||||||
|
|
||||||
--bulma-button-border-width: max(1px, 0.0625em);
|
|
||||||
/* same as not-hovered */
|
|
||||||
background-color: var(--bulma-primary-95);
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user