Fix stylelint

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2022-09-21 08:59:40 +02:00
parent 660290121c
commit 9ec44bdadd
4 changed files with 8 additions and 7 deletions

View File

@@ -156,7 +156,7 @@ export default {
</style> </style>
<style lang="scss"> <style lang="scss">
@import "../css/print"; @import '../css/print';
.icon-activity { .icon-activity {
background-image: url(../img/activity-dark.svg); background-image: url(../img/activity-dark.svg);

View File

@@ -471,10 +471,10 @@ export default {
} }
.filter-button { .filter-button {
padding: 0; padding: 0;
border-radius: 50%; border-radius: 50%;
width: 44px; width: 44px;
height: 44px; height: 44px;
&:hover, &:focus { &:hover, &:focus {
background-color: rgba(127,127,127,0.25) !important; background-color: rgba(127,127,127,0.25) !important;

View File

@@ -45,6 +45,7 @@ export default {
#app-sidebar .icon-close { #app-sidebar .icon-close {
z-index: 100; z-index: 100;
} }
.app-deck .app-sidebar { .app-deck .app-sidebar {
z-index: 1500 !important; z-index: 1500 !important;
} }

View File

@@ -198,7 +198,7 @@ export default {
margin: 8px 0; margin: 8px 0;
} }
.description-assignees { .description-assignees {
width: 100%; width: 100%;
display: flex; display: flex;
align-items: center; align-items: center;
@@ -215,7 +215,7 @@ export default {
height: 36px; height: 36px;
flex-grow: unset; flex-grow: unset;
} }
} }
.spacer { .spacer {
flex-grow: 1; flex-grow: 1;