Skip to content
Snippets Groups Projects
Commit caacaf23 authored by HJ's avatar HJ :fire:
Browse files

Merge branch 'from/develop/tusooa/popover-in-panel-style' into 'develop'

Fix popover in panel header styling

See merge request pleroma/pleroma-fe!1507
parents e4b8aaec fce9c5ee
No related branches found
No related tags found
No related merge requests found
......@@ -149,5 +149,30 @@
}
}
.button-default.dropdown-item {
&,
i[class*=icon-] {
color: $fallback--text;
color: var(--btnText, $fallback--text);
}
&:active {
background-color: $fallback--lightBg;
background-color: var(--selectedMenuPopover, $fallback--lightBg);
color: $fallback--link;
color: var(--selectedMenuPopoverText, $fallback--link);
}
&:disabled {
color: $fallback--text;
color: var(--btnDisabledText, $fallback--text);
}
&.toggled {
color: $fallback--text;
color: var(--btnToggledText, $fallback--text);
}
}
}
</style>
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