Skip to content

Commit

Permalink
Merge pull request #2133 from traPtitech/fix/popup-navigator
Browse files Browse the repository at this point in the history
PopupNavigatorのスタイルの修正
  • Loading branch information
sapphi-red authored Apr 30, 2021
2 parents f157b9d + 8849471 commit df2a507
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Main/PopupNavigatior/PopupNavigator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ export default defineComponent({
align-items: center;
}
.popupNavigator {
@include color-ui-primary;
@include background-primary;
@include drop-shadow-default;
position: absolute;
Expand All @@ -236,6 +237,7 @@ export default defineComponent({
}
.popupNavigatorItem {
padding: 12px 20px;
cursor: pointer;
&:hover {
@include background-secondary;
}
Expand Down

0 comments on commit df2a507

Please sign in to comment.