Implement popover component

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-15 15:16:48 +02:00
parent 7a352295ab
commit 8d873a269e
10 changed files with 326 additions and 6 deletions

View File

@@ -304,3 +304,7 @@ $danger-25: scale-color($danger, $lightness: -75%);
input[type="date"].input::-webkit-calendar-picker-indicator {
filter: invert(100%);
}
.popover-close {
background: $background;
}

View File

@@ -376,3 +376,7 @@ td:first-child.diff-gutter-conflict:before {
input[type="date"].input::-webkit-calendar-picker-indicator {
filter: invert(100%);
}
.popover-close {
background: $white-ter;
}

View File

@@ -50,6 +50,7 @@ $menu-item-color: #333;
/* Extensions */
$popover-background-color: $grey-light;
$popover-border-color: $grey-lightest;
@import "utils/_post.scss";