We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfd3e4 commit 20d579eCopy full SHA for 20d579e
flexing-pagination/style.css
@@ -6,7 +6,8 @@ body {
6
button {
7
-webkit-appearance: none;
8
background: transparent;
9
- border: 0; }
+ border: 0;
10
+ outline: 0; }
11
12
.paginate {
13
position: relative;
flexing-pagination/style.scss
@@ -45,6 +45,7 @@ button {
45
46
47
border: 0;
48
+ outline: 0;
49
}
50
51
0 commit comments