From 87d15d8e01fd2b7ce89962122504e9880486f9aa Mon Sep 17 00:00:00 2001 From: Tony Stipanic Date: Thu, 2 Sep 2021 00:05:38 +0200 Subject: [PATCH] Fix breadcrumb scss --- web/style/_riot.scss | 37 +++++++++---------------------------- 1 file changed, 9 insertions(+), 28 deletions(-) diff --git a/web/style/_riot.scss b/web/style/_riot.scss index 9ab5198..c90eb73 100644 --- a/web/style/_riot.scss +++ b/web/style/_riot.scss @@ -5,36 +5,17 @@ .main-app { @include themify() { - .dimension-breadcrumb { - .fluid-bread { - padding: 0; - background: transparent; - } + .xng-breadcrumb-link { + text-decoration: none; + } - .fluid-bread .container { - padding: 0; - margin: 0; - background: transparent; - } + .xng-breadcrumb-root { + color: inherit; + } - .fluid-bread .container .breadcrumb { - padding: 0; - margin: 0; - background: transparent; - } - - .fluid-bread .breadcrumb-item a:hover { - text-decoration: none; - } - - .fluid-bread .breadcrumb-item.active { - color: themed(activeBreadcrumbColor); - } - - font-size: 13px; - display: block; - padding-top: 4px; - background: transparent; + .xng-breadcrumb-seperator, + .xng-breadcrumb-trail { + color: themed(activeBreadcrumbColor); } .header .quickAction .closeButton .scalarClose {