Commit db3f106b authored by mercury233's avatar mercury233

fix btn outline on chrome

parent 4c01a6c5
...@@ -23,6 +23,11 @@ h1.title { ...@@ -23,6 +23,11 @@ h1.title {
background-color: #e7e7e7; background-color: #e7e7e7;
} }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
outline-color: #4d90fe;
outline-offset: 0px;
}
h1.title .date { h1.title .date {
font-size: 14px; font-size: 14px;
float: right; float: right;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment