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:
authorTassoman <tassoman@gmail.com>2015-11-10 16:14:32 +0300
committerTassoman <tassoman@gmail.com>2015-11-10 16:14:32 +0300
commitd404933053d23714c886981d1f6b20761eeb8294 (patch)
tree8e4eb3e29a8b4ed2816b55dbf4f7aa437e77aae9 /plugins
parent151e9385a458184f0d89fc12c79a617ca1338f41 (diff)
Merging menuitems hover graphic appearance to focused keytabs
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreHome/stylesheets/layout.less14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/CoreHome/stylesheets/layout.less b/plugins/CoreHome/stylesheets/layout.less
index df20e7d985..17740ecbc1 100644
--- a/plugins/CoreHome/stylesheets/layout.less
+++ b/plugins/CoreHome/stylesheets/layout.less
@@ -30,7 +30,7 @@
height: 100%;
transition: background-color 150ms linear;
- &:hover {
+ &:hover, &:focus {
background-color: @theme-color-menu-contrast-background;
}
@@ -59,7 +59,7 @@
.navbar {
a {
text-decoration: none;
- &:hover, &:focus, &:active {
+ &:hover, &:focus {
text-decoration: none;
}
}
@@ -244,7 +244,7 @@
> .item {
cursor: default;
font-weight: bold;
- &:hover {
+ &:hover, &:focus {
text-decoration: none;
}
}
@@ -257,7 +257,7 @@
padding: 11px 22px 11px 45px;
decoration: none;
transition: background-color 200ms linear;
- &:hover {
+ &:hover, &:focus {
text-decoration: none;
color: @theme-color-menu-contrast-textActive;
}
@@ -298,7 +298,7 @@
font-size: 13px;
font-weight: normal;
- &:hover {
+ &:hover, &:focus {
color: @theme-color-menu-contrast-textActive;
}
@@ -323,7 +323,7 @@
> .item {
cursor: pointer;
- &:hover {
+ &:hover, &:focus {
color: @theme-color-menu-contrast-textActive;
}
}
@@ -386,7 +386,7 @@
border: 1px solid @theme-color-background-tinyContrast;
transition: box-shadow 150ms linear;
&.expanded,
- &:hover {
+ &:hover, &:focus {
box-shadow: 0 1px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
}