Skip to content

Commit

Permalink
Update navbar dropdowns style.
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Jun 11, 2021
1 parent 5e8ad0b commit 057d548
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 29 deletions.
11 changes: 9 additions & 2 deletions src/components/navbar/components/AppNavbarActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,11 @@ export default {
.app-navbar-actions {
display: flex;
align-items: center;
color: var(--va-primary);
fill: var(--va-primary);
.va-dropdown__anchor {
color: var(--va-primary);
fill: var(--va-primary);
}
&__item {
padding: 0;
Expand All @@ -81,6 +84,10 @@ export default {
margin: auto 0 auto 1.25rem;
}
.va-dropdown-content {
background-color: var(--va-white);
}
@media screen and (max-width: 768px) {
margin-right: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@ export default {
cursor: pointer;
&__content {
background: var(--va-background);
color: var(--va-gray);
border-radius: 0.5rem;
width: 12rem;
.flag-icon-small {
min-width: 1.5rem;
min-height: 1.5rem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,6 @@ export default {
}
}
&__content {
background: var(--va-background);
color: var(--va-secondary);
max-width: 20rem;
}
&__item {
cursor: pointer;
margin-bottom: 0.75rem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ export default {
}
&__content {
background: var(--va-background);
color: var(--va-gray);
border-radius: 0.5rem;
max-width: 20rem;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ export default {
}
&__content {
background: var(--va-background);
color: var(--va-gray);
border-radius: 0.5rem;
width: 8rem;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ export default {
}
&__content {
// background-color: $dropdown-background;
// box-shadow: $gray-box-shadow;
border-radius: 0.5rem;
&-label {
margin-bottom: 0.5rem;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ export default {
align-items: center;
}
&__content {
background-color: var(--va-background);
color: var(--va-gray);
border-radius: 0.5rem;
}
.va-dropdown__anchor {
display: inline-block;
}
Expand Down

0 comments on commit 057d548

Please sign in to comment.