fix: useless styles deleted
This commit is contained in:
parent
8c4979b6c6
commit
e513c20994
6
package-lock.json
generated
6
package-lock.json
generated
@ -1615,9 +1615,9 @@
|
||||
}
|
||||
},
|
||||
"@startinblox/hubl-styling-framework": {
|
||||
"version": "1.9.4",
|
||||
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.9.4.tgz",
|
||||
"integrity": "sha512-iDpCn5yxkalrJ1/5Bc4x0sDYafr83JdpTugIPqDiNeNeMwi/R0QYTYRmLME8ZSZQSQ1n0/1TmhwbP/gjT9lQ4A=="
|
||||
"version": "1.9.5",
|
||||
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.9.5.tgz",
|
||||
"integrity": "sha512-gS2i88LTYEOp5bBP69I0TdlHh0BSKZsme0HV7otS67tIYkhgXHdot6defWy2Ia9y3QNMZ640USbCjWxwg3unig=="
|
||||
},
|
||||
"@types/q": {
|
||||
"version": "1.5.4",
|
||||
|
@ -57,7 +57,7 @@
|
||||
"clearDist": false
|
||||
},
|
||||
"dependencies": {
|
||||
"@startinblox/hubl-styling-framework": "^1.9.4",
|
||||
"@startinblox/hubl-styling-framework": "^1.9.5",
|
||||
"cross-env": "^7.0.3",
|
||||
"fs-extra": "^9.0.1",
|
||||
"normalize.css": "^8.0.1",
|
||||
|
@ -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;
|
||||
}
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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}')
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user