mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
remove outlines
This commit is contained in:
parent
1af2abd77d
commit
b1ee0d1d89
@ -23,7 +23,7 @@ author:
|
||||
# --------------------
|
||||
|
||||
permalink: /:title/
|
||||
paginate: 10
|
||||
paginate: 15
|
||||
paginate_path: "/page/:num"
|
||||
category_dir: "/"
|
||||
category_title_prefix: ""
|
||||
|
@ -43,6 +43,7 @@ button
|
||||
|
||||
&:hover,
|
||||
&:focus
|
||||
outline: 0
|
||||
background-color: rgba(255,255,255,.5)
|
||||
|
||||
&:active
|
||||
@ -173,3 +174,4 @@ button
|
||||
background: $link-color-hover
|
||||
color: #fff
|
||||
cursor: pointer
|
||||
outline: 0
|
||||
|
@ -16,6 +16,9 @@
|
||||
right: 0
|
||||
top: 0
|
||||
|
||||
&:focus
|
||||
outline: 0
|
||||
|
||||
&:hover:before
|
||||
color: $link-color
|
||||
|
||||
|
@ -85,11 +85,11 @@ h6, .h6
|
||||
a
|
||||
color: $link-color
|
||||
text-decoration: none
|
||||
outline: 0
|
||||
transition: color .2s ease-in-out
|
||||
|
||||
&:hover,
|
||||
&:focus
|
||||
outline: 0
|
||||
color: $link-color-hover
|
||||
|
||||
&:active
|
||||
|
Loading…
x
Reference in New Issue
Block a user