Merge pull request #6646 from nextcloud/federation-active

Highlight active federation scope menu entry with bold heading
pull/6658/head
Roeland Jago Douma 8 years ago committed by GitHub
commit 271959b1d9
  1. 8
      settings/css/settings.scss

@ -237,12 +237,14 @@ input {
.menuitem {
font-size: 12.8px;
line-height: 1.6em;
.menuitem-text {
font-weight: 600;
}
.menuitem-text-detail {
opacity: .75;
}
&.active {
.menuitem-text {
font-weight: 600;
}
}
}
}
}

Loading…
Cancel
Save