Skip to content
Snippets Groups Projects
Commit f755d7f5 authored by Manuel Leduc's avatar Manuel Leduc
Browse files

XWIKI-19072: Make the last segment of the breadcrumbs displayed in the same...

XWIKI-19072: Make the last segment of the breadcrumbs displayed in the same color as the other segments
parent 447616fa
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ export default { ...@@ -49,7 +49,7 @@ export default {
}; };
</script> </script>
<style> <style lang="less">
/* /*
* Fix the styles of some known HTML widgets that may be used with the HTML displayer. * Fix the styles of some known HTML widgets that may be used with the HTML displayer.
...@@ -58,6 +58,12 @@ export default { ...@@ -58,6 +58,12 @@ export default {
margin: 0; margin: 0;
padding: 0; padding: 0;
background-color: transparent; background-color: transparent;
/* Make the last segment of the breadcrumbs the same color as the rest of the segments. */
.active a {
color: @link-color;
}
} }
</style> </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