Skip to content

Commit

Permalink
fix(#961): styles after new sidebar qa
Browse files Browse the repository at this point in the history
fix #961
This PR fixes pagination position and includes hover style in sidebar buttons
  • Loading branch information
leiyre committed Apr 8, 2022
1 parent a26a910 commit c161b30
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/components/commons/sidebar/SidebarButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ $color: #333346;
position: absolute;
left: 0.8em;
}
&.mode {
&:hover {
.svg-icon {
background: palette(grey, smooth);
border-radius: $border-radius;
}
}
}
&.active {
&.mode {
.svg-icon {
Expand Down
1 change: 1 addition & 0 deletions frontend/components/core/RePagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ $pagination-size: 30px;
min-height: 63px;
z-index: 99;
padding-right: 1em;
padding-left: 4em;
.--metrics & {
@include media(">desktop") {
padding-right: calc(294px + 10px);
Expand Down

0 comments on commit c161b30

Please sign in to comment.