outline unset

This commit is contained in:
Valentin
2024-03-26 16:53:02 +01:00
parent 1bea358e24
commit 4c537bf529
3 changed files with 9 additions and 1 deletions

View File

@@ -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;
}