Skip to content

Commit 58fdd1d

Browse files
committed
Removing carousel slide outlines on focus
1 parent b9a7ad1 commit 58fdd1d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

sass/main.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,10 @@ nav {
253253
width: 300px;
254254
margin-right: 20px; // Same margin as wire top calculation
255255

256+
&:focus {
257+
outline: none;
258+
}
259+
256260
.wire {
257261
width: 200%;
258262
margin: 0;
@@ -296,7 +300,7 @@ nav {
296300
.slick-arrow {
297301
width: 60px;
298302
height: 60px;
299-
303+
300304
background-color: $blue;
301305
border: 2px solid #A3A9CA;
302306
box-sizing: border-box;

0 commit comments

Comments
 (0)