fix: useless styles deleted

This commit is contained in:
gaelle morin
2021-05-13 16:05:28 +02:00
parent 8c4979b6c6
commit e513c20994
7 changed files with 8 additions and 23 deletions

View File

@ -1,3 +1,3 @@
#admin-projects hubl-admin-project-join-button>solid-form>form>div>input[type=submit] {
line-height: 1.5;
#admin-projects hubl-admin-project-join-button>solid-form>form {
vertical-align: bottom;
}

View File

@ -106,15 +106,8 @@ hubl-menu-empty+hubl-menu-empty {
}
}
.reset-button button {
border: none;
cursor: pointer;
background: transparent;
}
.submit-button {
float: right;
margin-top: 10px;
button {
line-height: 1;

View File

@ -257,14 +257,6 @@ nav#main__menu {
padding-top: 5px;
button {
background: none;
border: none;
cursor: pointer;
display: inline-block;
padding: 0;
vertical-align: middle;
user-select: none;
text-decoration: none;
&::before {
font-size: 18px;

View File

@ -115,7 +115,7 @@ div.segment.full.padding-large.sm-padding-xsmall.sm-padding-top-medium.whitespac
widget-user.username='solid-form-hidden'
submit-button=''
submit-widget="button reset-button"
submit-widget="button"
data-trans='submit-button=project.list.buttonJoin'
)
hubl-reactivity(data-src=`${getComponent('projects').endpoints.get}` target-src='${value}')

View File

@ -61,7 +61,7 @@ div
li.border-bottom.border-color-grey
solid-link.segment.padding-small.text-hover(next=getRoute('about', true) data-trans='header.about')
li
button.segment.padding-small.text-hover.text-semibold.text-color-heading(role='log out' onclick="document.querySelector('sib-auth').logout();" style="background: none; border: none; cursor: pointer; user-select: none;" data-trans='header.logOut')
button.segment.padding-small.text-hover.text-semibold.text-color-heading(role='log out' onclick="document.querySelector('sib-auth').logout();" data-trans='header.logOut')
//- User menu visible on small screens
details.user-menu.segment.lg-hidden.user-controls