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:
authorMatthieu Aubry <matt@piwik.org>2016-02-04 07:37:00 +0300
committerMatthieu Aubry <matt@piwik.org>2016-02-04 07:37:00 +0300
commitd8d968a8f756b2cf32e1fcf5cee0d7483926817b (patch)
tree9aefe5fc2768311689bf2baeebe174e058c53007 /plugins
parentf9d0d2f7aba6207870c21f6dc161db62cfd58d19 (diff)
parent1a3f952af743f1392b9f51661e3fc18efdf5e06b (diff)
Merge pull request #9701 from piwik/9659_3
Set a consistent :focus outline on all browsers: thinly dotted
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Morpheus/stylesheets/general/_default.less6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/Morpheus/stylesheets/general/_default.less b/plugins/Morpheus/stylesheets/general/_default.less
index 689cb0351f..68d1827806 100644
--- a/plugins/Morpheus/stylesheets/general/_default.less
+++ b/plugins/Morpheus/stylesheets/general/_default.less
@@ -33,7 +33,11 @@ blockquote, q {
/* remember to define focus styles! */
:focus {
- outline: auto;
+ outline: thin dotted;
+}
+
+a:focus {
+ outline: thin dotted;
}
/* remember to highlight inserts somehow! */