mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
N°2847 Open user menu when clicking user picture or user welcome message
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
/* SCSS variables */
|
||||
$ibo-popover-menu--item--text-color: $ibo-color-grey-900 !default;
|
||||
$ibo-popover-menu--item--hyperlink-color: $ibo-popover-menu--item--text-color !default;
|
||||
$ibo-popover-menu--item--border-radius: $ibo-popover-menu--border-radius !default;
|
||||
|
||||
.ibo-popover-menu--item{
|
||||
padding: 12px 24px 12px 16px;
|
||||
@@ -31,4 +32,10 @@ $ibo-popover-menu--item--hyperlink-color: $ibo-popover-menu--item--text-color !d
|
||||
background-color: var(--ibo-color-grey-200);
|
||||
color: inherit;
|
||||
}
|
||||
&:first-child{
|
||||
border-radius: $ibo-popover-menu--item--border-radius $ibo-popover-menu--item--border-radius 0 0;
|
||||
}
|
||||
&:last-child {
|
||||
border-radius: 0 0 $ibo-popover-menu--item--border-radius $ibo-popover-menu--item--border-radius;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
/* SCSS variables */
|
||||
$ibo-popover-menu--background-color: $ibo-color-white-100 !default;
|
||||
$ibo-popover-menu--border-radius: 3px !default;
|
||||
$ibo-popover-menu--border-radius: $ibo-border-radius-300 !default;
|
||||
$ibo-popover-menu--padding: 0 !default;
|
||||
|
||||
.ibo-popover-menu{
|
||||
|
||||
Reference in New Issue
Block a user