Skip to content
Snippets Groups Projects
Unverified Commit eadc143d authored by John Molakvoæ's avatar John Molakvoæ
Browse files

Fixed federation scope popovermenu

parent d161d447
No related branches found
No related tags found
No related merge requests found
......@@ -38,10 +38,6 @@ input {
.avatardiv {
margin: 10px auto;
}
.federationScopeMenu {
/* popover magic fix */
margin-right: calc(-50% - 7px);
}
.warning {
width: 100%;
}
......@@ -324,17 +320,9 @@ input {
.federationScopeMenu {
top: 44px;
margin-right: calc(-50% + 30px); /* half - the triangle icon width - borders */
&.bubble::after {
right: 50%;
transform: translate(50%, 0);
}
&.popovermenu {
a.menuitem, label.menuitem {
font-size: 12.8px;
line-height: 1.6em;
}
.menuitem {
// override h2 heading font size
font-size: 12.8px;
line-height: 1.6em;
.menuitem-text-detail {
......@@ -342,7 +330,6 @@ input {
}
&.active {
box-shadow: inset 2px 0 $color-primary;
.menuitem-text {
font-weight: 600;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment