Merge branch 'release/0.10' of git.startinblox.com:applications/hubl into release/0.10

This commit is contained in:
Jean-Baptiste Pasquier 2020-06-23 20:29:24 +02:00
commit 6999ea6295
No known key found for this signature in database
GPG Key ID: F2702E6D22ED4D62
2 changed files with 28 additions and 4 deletions

View File

@ -244,3 +244,27 @@ button#solid-picture-remove.button.button-primary:hover {
#members-list .send-display solid-link::before {
background-color: var(--color-directory-complementary)!important;
}
/* Dashboard */
.dashboard-card>div>div>p {
color: var(--color-complementary) !important;
}
.dashboard-card .svg-color-secondary {
fill: var(--color-complementary) !important;
}
.dashboard-card i {
border-color: var(--color-primary) !important;
color: var(--color-complementary) !important;
}
.dashboard-card sib-link, .dashboard-card solid-link {
border-color: var(--color-complementary) !important;
color: var(--color-complementary) !important;
}
.dashboard-card sib-link:hover, .dashboard-card solid-link:hover {
background-color: var(--color-complementary) !important;
color: #fff !important;
}

View File

@ -47,7 +47,7 @@
data-src='${await value}'
fields='account.picture, sup(name), sub(username)'
class-account.picture='user-thumb__picture'
class-account.picture='avatar user-thumb__picture'
class-name='user-thumb__name'
class-username='user-thumb__username'
@ -56,7 +56,7 @@
solid-widget(name='hubl-project-admins')
template
solid-display.user-thumb.is-spaced(
solid-display(
data-src='${value}'
fields='user'
search-fields='is_admin'
@ -81,7 +81,7 @@
fields='project.name, project.members, project.captain, leaveButton'
class-project.name='w280 cell border cell-with-name'
class-project.members='w280 cell border'
class-project.members='w280 cell border cell-with-id-card'
class-project.captain='w280 cell border cell-with-id-card'
class-leaveButton='w230 cell border cell-with-buttons'
@ -117,7 +117,7 @@
fields='name, members, captain, joinButton'
class-name='w280 cell border cell-with-name'
class-members='w280 cell border'
class-members='w280 cell border cell-with-id-card'
class-captain='w280 cell border cell-with-id-card'
class-joinButton='w230 cell border cell-with-buttons'