mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-04 20:45:52 +01:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user