Skip to content

Commit 20d579e

Browse files
author
hhattab
committed
button outline fix
1 parent 2cfd3e4 commit 20d579e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

flexing-pagination/style.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ body {
66
button {
77
-webkit-appearance: none;
88
background: transparent;
9-
border: 0; }
9+
border: 0;
10+
outline: 0; }
1011

1112
.paginate {
1213
position: relative;

flexing-pagination/style.scss

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ button {
4545
-webkit-appearance: none;
4646
background: transparent;
4747
border: 0;
48+
outline: 0;
4849
}
4950

5051
.paginate {

0 commit comments

Comments
 (0)