aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/app/styles/components/page.css
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/app/styles/components/page.css')
-rw-r--r--server/sonar-web/src/main/js/app/styles/components/page.css20
1 files changed, 11 insertions, 9 deletions
diff --git a/server/sonar-web/src/main/js/app/styles/components/page.css b/server/sonar-web/src/main/js/app/styles/components/page.css
index a1a7d2b8610..53855c6747f 100644
--- a/server/sonar-web/src/main/js/app/styles/components/page.css
+++ b/server/sonar-web/src/main/js/app/styles/components/page.css
@@ -142,16 +142,8 @@
.page-footer a:hover,
.page-footer a:active,
.page-footer a:focus {
- color: var(--blue);
-}
-
-.page-footer a:hover {
- border-bottom-color: var(--lightBlue);
-}
-
-.page-footer a:active,
-.page-footer a:focus {
border-bottom-color: var(--lightBlue);
+ color: var(--blue);
}
.page-footer-with-sidebar {
@@ -162,6 +154,16 @@
max-width: 980px;
}
+.page-footer-menu-item {
+ display: inline-block;
+}
+
+.page-footer-menu-item + .page-footer-menu-item::before {
+ content: '-';
+ padding: 0 calc(0.5 * var(--gridSize));
+ user-select: none;
+}
+
.page-with-sidebar {
display: flex;
}