1
0

Task assingees (#21)

This commit is contained in:
konrad
2019-03-03 20:07:39 +00:00
committed by Gitea
parent aac137f8a4
commit 4a8a1b0a24
6 changed files with 109 additions and 8 deletions

View File

@ -268,6 +268,10 @@ fieldset[disabled] .multiselect {
margin: 0;
min-width: 100%;
vertical-align: top;
li + li {
margin: 0;
}
}
.multiselect--above .multiselect__content-wrapper {

View File

@ -120,4 +120,23 @@
width: 100%;
}
}
ul.assingees {
list-style: none;
margin: 0;
li{
padding: 0.5em 0.5em 0;
a{
float: right;
color: $red;
transition: all $transition;
&:hover{
color: darken($red, 15);
}
}
}
}
}

View File

@ -13,13 +13,18 @@
font-size: 0.85rem;
font-weight: bold;
height: 2.648em;
box-shadow: 0.3em 0.3em 1em lighten($dark, 75);
&.is-hovered,
&:hover {
box-shadow: 0.6em 0.6em 1em lighten($dark, 75);
}
&.fullheight{
padding-right: 7px;
height: 100%;
}
&.is-active,
&.is-focused,
&:active,