Gm fixbug
This commit is contained in:
committed by
Jean-Baptiste Pasquier
parent
17d2cd3137
commit
2e7d8f5ec9
@ -113,8 +113,12 @@
|
||||
width: calc(150px - 10px);
|
||||
/* 10px = padding of the sib-set-default = better alignment */
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.project-tab>div>sib-display[fields='project(customer.name, name), badge']>div:hover {
|
||||
background-color: $color-233-20-17;
|
||||
|
||||
sib-set-default[name='project'] {
|
||||
background-color: $color-233-20-17;
|
||||
box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.26);
|
||||
color: $color-218-100-98;
|
||||
@ -126,6 +130,10 @@
|
||||
.project-name {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.project-name {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user