Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2020-08-20 11:24:10 +0300
committerGitHub <noreply@github.com>2020-08-20 11:24:10 +0300
commit43ef7c22753be093a5fd41afa6d71fd74572c64c (patch)
tree4352176ea5095b2c244d8257b98f783dad17e581 /plugins/Morpheus
parenta4e5a57a1a881e9d9bee6ce11acddad740ccce61 (diff)
Fix background color for active and focused tab (#16328)
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/ui/_tabs.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Morpheus/stylesheets/ui/_tabs.less b/plugins/Morpheus/stylesheets/ui/_tabs.less
index 2a2ba9bd27..0706d53bc6 100644
--- a/plugins/Morpheus/stylesheets/ui/_tabs.less
+++ b/plugins/Morpheus/stylesheets/ui/_tabs.less
@@ -11,6 +11,10 @@
opacity: 0.7;
}
+ &:focus, &:focus.active {
+ background-color: transparent;
+ }
+
color: @theme-color-link;
}
}