outline unset
This commit is contained in:
@@ -95,7 +95,9 @@ header {
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
cursor: pointer;
|
||||
outline: unset;
|
||||
div {
|
||||
outline: unset;
|
||||
border-bottom: solid 1px $mainColor;
|
||||
width: 100%;
|
||||
background-color: $mainColor;
|
||||
@@ -172,7 +174,9 @@ nav.open {
|
||||
transform: rotate(0deg) scale(0.5);
|
||||
transition: transform 0.5s ease-out;
|
||||
cursor: pointer;
|
||||
outline: unset;
|
||||
div {
|
||||
outline: unset;
|
||||
width: 50%;
|
||||
border-bottom: solid 1px $mainColor;
|
||||
}
|
||||
|
Reference in New Issue
Block a user