mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -50,6 +50,7 @@ $menu-item-color: #333;
|
||||
|
||||
/* Extensions */
|
||||
$popover-background-color: $grey-light;
|
||||
$popover-border-color: $grey-lightest;
|
||||
|
||||
@import "utils/_post.scss";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user