mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-18 03:01:05 +01:00
Fixed missing export
Squash commits of branch feature/popover: - -added: popover and ci status story - -fixed: license formats - work in progress - -added: popover stories - work in progress - work in progress - work in progressclear - work in progress - -changed: realigned close button added aria label to close button - -added: comments - -added: changelog file - -fixed: findings - -fixed: background - -fixed: close button - -fixed: arrow fill color - -removed: has box shadow class, because popover already box-shadow - -added: popover export Co-authored-by: tzerr <thomas.zerr@cloudogu.com>
This commit is contained in:
@@ -40,3 +40,5 @@ export const Menu = Object.assign(MenuComponent, {
|
||||
export const Dialog = Object.assign(DialogComponent, {
|
||||
CloseButton,
|
||||
});
|
||||
|
||||
export { default as Popover } from "./popover/Popover";
|
||||
|
||||
@@ -109,3 +109,7 @@ footer.footer {
|
||||
.has-hover-visible:hover {
|
||||
color: $grey-darker !important;
|
||||
}
|
||||
|
||||
.popover-arrow {
|
||||
fill: $grey-light !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user