1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-14 21:10:25 +01:00

remove outlines

This commit is contained in:
Matthias Kretschmann 2015-05-31 22:23:58 +02:00
parent 1af2abd77d
commit b1ee0d1d89
4 changed files with 7 additions and 2 deletions

View File

@ -23,7 +23,7 @@ author:
# -------------------- # --------------------
permalink: /:title/ permalink: /:title/
paginate: 10 paginate: 15
paginate_path: "/page/:num" paginate_path: "/page/:num"
category_dir: "/" category_dir: "/"
category_title_prefix: "" category_title_prefix: ""

View File

@ -43,6 +43,7 @@ button
&:hover, &:hover,
&:focus &:focus
outline: 0
background-color: rgba(255,255,255,.5) background-color: rgba(255,255,255,.5)
&:active &:active
@ -173,3 +174,4 @@ button
background: $link-color-hover background: $link-color-hover
color: #fff color: #fff
cursor: pointer cursor: pointer
outline: 0

View File

@ -16,6 +16,9 @@
right: 0 right: 0
top: 0 top: 0
&:focus
outline: 0
&:hover:before &:hover:before
color: $link-color color: $link-color

View File

@ -85,11 +85,11 @@ h6, .h6
a a
color: $link-color color: $link-color
text-decoration: none text-decoration: none
outline: 0
transition: color .2s ease-in-out transition: color .2s ease-in-out
&:hover, &:hover,
&:focus &:focus
outline: 0
color: $link-color-hover color: $link-color-hover
&:active &:active