Fix styling issues with the popover

Committed-by: Konstantin Schaper <konstantin.schaper@cloudogu.com>
Co-authored-by: Konstantin Schaper <konstantin.schaper@cloudogu.com>
This commit is contained in:
Thomas Zerr
2023-08-17 12:32:15 +02:00
parent 5469d78e34
commit 1c92261d49
6 changed files with 28 additions and 12 deletions

View File

@@ -308,3 +308,11 @@ input[type="date"].input::-webkit-calendar-picker-indicator {
.popover-close {
background: $background;
}
.popover-close:hover {
background: $grey-darker !important;
}
.popover-close:focus {
background: $grey-darker !important;
}

View File

@@ -380,3 +380,11 @@ input[type="date"].input::-webkit-calendar-picker-indicator {
.popover-close {
background: $white-ter;
}
.popover-close:hover {
background: $grey-light !important;
}
.popover-close:focus {
background: $grey-light !important;
}