projects
/
SaveMySugar
/
savemysugar-website.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47cd0d1
)
style.scss: do not show the outline for a:focus
author
Antonio Ospite <ao2@ao2.it>
Sat, 9 Jul 2016 12:43:19 +0000
(14:43 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Sat, 9 Jul 2016 12:43:19 +0000
(14:43 +0200)
style.scss
patch
|
blob
|
history
diff --git
a/style.scss
b/style.scss
index
9d2e87d
..
b624184
100644
(file)
--- a/
style.scss
+++ b/
style.scss
@@
-64,6
+64,9
@@
h1, h2, h3, h4, h5, h6 {
a {
@include link-colors($accent-color, $accent-color-lighter, $accent-color, $accent-color-darker, $accent-color);
text-decoration: none;
+ &:focus {
+ outline: none;
+ }
}
.block {