fix: classes added to button[type='submit'] after core 0.17 update
This commit is contained in:
parent
e5e272b35c
commit
8c4979b6c6
3
src/styles/admin-projects/_index.scss
Normal file
3
src/styles/admin-projects/_index.scss
Normal file
@ -0,0 +1,3 @@
|
||||
#admin-projects hubl-admin-project-join-button>solid-form>form>div>input[type=submit] {
|
||||
line-height: 1.5;
|
||||
}
|
@ -80,3 +80,11 @@
|
||||
float: initial !important;
|
||||
}
|
||||
}
|
||||
|
||||
.communities-directory #communities-filter .search-button button {
|
||||
background-color: transparent !important;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--color-secondary) !important;
|
||||
}
|
||||
}
|
||||
|
@ -44,6 +44,7 @@ solid-display>div {
|
||||
@import 'communities';
|
||||
@import 'projects';
|
||||
@import 'admin-circles';
|
||||
@import 'admin-projects';
|
||||
|
||||
nav#main__menu {
|
||||
@media (min-width: 768.01px) {
|
||||
|
@ -11,7 +11,7 @@
|
||||
class-name="segment margin-bottom-medium full sm-full padding-right-small sm-padding-none text-small input-bg-white children-shadow"
|
||||
submit-button=""
|
||||
submit-widget="button"
|
||||
class-submit-button="search-button segment sm-full text-xsmall children-link-button children-link-text-bold children-link-text-uppercase children-link-reversed color-secondary bordered children-icon-arrow-right-circle children-icon-small children-icon-margin-right-xsmall"
|
||||
class-submit-button="search-button segment sm-full text-xsmall children-link-button children-link-text-bold children-link-text-uppercase children-link-color-secondary bordered children-icon-arrow-right-circle children-icon-small children-icon-margin-right-xsmall"
|
||||
data-trans='placeholder-name=communities.list.searchBy;submit-button=communities.list.searchButton'
|
||||
)
|
||||
div.segment.sm-full.text-right(style='float:right')
|
||||
|
Loading…
Reference in New Issue
Block a user