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:
authorLukas Winkler <git@lw1.at>2021-05-17 00:43:56 +0300
committerGitHub <noreply@github.com>2021-05-17 00:43:56 +0300
commiteee28e2f1bad7741893583fbd3f083e30f31f65c (patch)
tree5d04df7fcc4d82cfa3e0d0830a8b0f440142db49 /plugins/CoreHome
parenta8a383f31db535c98e27bbd3c0a5b47c87308b28 (diff)
fix decoration: none (#17564)
Diffstat (limited to 'plugins/CoreHome')
-rw-r--r--plugins/CoreHome/stylesheets/layout.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CoreHome/stylesheets/layout.less b/plugins/CoreHome/stylesheets/layout.less
index aaeb07635a..dd1a8b6fd0 100644
--- a/plugins/CoreHome/stylesheets/layout.less
+++ b/plugins/CoreHome/stylesheets/layout.less
@@ -265,7 +265,7 @@ nav {
.item {
.font-default(13px, 16px);
padding: 11px 22px 11px 45px;
- decoration: none;
+ text-decoration: none;
transition: background-color 200ms linear;
&:hover, &:focus {
text-decoration: none;
@@ -279,7 +279,7 @@ nav {
> .item {
color: @theme-color-menu-contrast-textSelected;
background-color: @theme-color-background-base;
- decoration: none;
+ text-decoration: none;
}
}
}