[popover] Allow hover-type popovers to contain buttons

This commit is contained in:
Nick O'Leary
2020-05-06 16:12:07 +01:00
parent 9fbfc3d677
commit 010e20989a
2 changed files with 31 additions and 2 deletions

View File

@@ -150,6 +150,16 @@
.red-ui-popover a.red-ui-button,
.red-ui-popover button.red-ui-button {
&:not(.primary) {
border-color: $popover-button-border-color;
background: $popover-background;
color: $popover-color !important;
}
&:not(.primary):not(.disabled):not(.ui-button-disabled):hover {
border-color: $popover-button-border-color-hover;
}
&.primary {
border-color: $popover-button-border-color;
}