fix: useless styles deleted

This commit is contained in:
gaelle morin 2021-05-13 16:05:28 +02:00
parent 8c4979b6c6
commit e513c20994
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
7 changed files with 8 additions and 23 deletions

6
package-lock.json generated
View File

@ -1615,9 +1615,9 @@
} }
}, },
"@startinblox/hubl-styling-framework": { "@startinblox/hubl-styling-framework": {
"version": "1.9.4", "version": "1.9.5",
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.9.4.tgz", "resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.9.5.tgz",
"integrity": "sha512-iDpCn5yxkalrJ1/5Bc4x0sDYafr83JdpTugIPqDiNeNeMwi/R0QYTYRmLME8ZSZQSQ1n0/1TmhwbP/gjT9lQ4A==" "integrity": "sha512-gS2i88LTYEOp5bBP69I0TdlHh0BSKZsme0HV7otS67tIYkhgXHdot6defWy2Ia9y3QNMZ640USbCjWxwg3unig=="
}, },
"@types/q": { "@types/q": {
"version": "1.5.4", "version": "1.5.4",

View File

@ -57,7 +57,7 @@
"clearDist": false "clearDist": false
}, },
"dependencies": { "dependencies": {
"@startinblox/hubl-styling-framework": "^1.9.4", "@startinblox/hubl-styling-framework": "^1.9.5",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"fs-extra": "^9.0.1", "fs-extra": "^9.0.1",
"normalize.css": "^8.0.1", "normalize.css": "^8.0.1",

View File

@ -1,3 +1,3 @@
#admin-projects hubl-admin-project-join-button>solid-form>form>div>input[type=submit] { #admin-projects hubl-admin-project-join-button>solid-form>form {
line-height: 1.5; 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 { .submit-button {
float: right; float: right;
margin-top: 10px;
button { button {
line-height: 1; line-height: 1;

View File

@ -257,14 +257,6 @@ nav#main__menu {
padding-top: 5px; padding-top: 5px;
button { button {
background: none;
border: none;
cursor: pointer;
display: inline-block;
padding: 0;
vertical-align: middle;
user-select: none;
text-decoration: none;
&::before { &::before {
font-size: 18px; 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' widget-user.username='solid-form-hidden'
submit-button='' submit-button=''
submit-widget="button reset-button" submit-widget="button"
data-trans='submit-button=project.list.buttonJoin' data-trans='submit-button=project.list.buttonJoin'
) )
hubl-reactivity(data-src=`${getComponent('projects').endpoints.get}` target-src='${value}') hubl-reactivity(data-src=`${getComponent('projects').endpoints.get}` target-src='${value}')

View File

@ -61,7 +61,7 @@ div
li.border-bottom.border-color-grey li.border-bottom.border-color-grey
solid-link.segment.padding-small.text-hover(next=getRoute('about', true) data-trans='header.about') solid-link.segment.padding-small.text-hover(next=getRoute('about', true) data-trans='header.about')
li 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 //- User menu visible on small screens
details.user-menu.segment.lg-hidden.user-controls details.user-menu.segment.lg-hidden.user-controls