mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[ACS-7769] Fixed UI issue where Tasks and Processes filters had different spacing than the rest of side-nav (#9653)
* [ACS-7769] Fixed UI issue where Tasks and Processes filters had different spacing than the rest of side-nav * [ACS-7769] Fixed alignment of text inside buttons
This commit is contained in:
parent
04bfe86ae5
commit
3df9a8cedf
@ -1,27 +1,26 @@
|
||||
.adf {
|
||||
&-filters__entry:has(.adf-filter-action-button) {
|
||||
padding: 12px 0;
|
||||
height: 24px;
|
||||
width: 100%;
|
||||
cursor: pointer;
|
||||
font-size: var(--theme-body-1-font-size);
|
||||
font-weight: bold;
|
||||
opacity: 0.54;
|
||||
|
||||
.adf-full-width {
|
||||
display: flex;
|
||||
adf-process-instance-filters {
|
||||
.adf {
|
||||
&-filters__entry:has(.adf-filter-action-button) {
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
cursor: pointer;
|
||||
font-size: var(--theme-body-1-font-size);
|
||||
font-weight: bold;
|
||||
|
||||
.adf-filter-action-button .adf-filter-action-button__label {
|
||||
padding-left: 20px;
|
||||
margin: 0 8px;
|
||||
}
|
||||
.adf-full-width {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&.adf-active,
|
||||
&:hover {
|
||||
color: var(--theme-primary-color);
|
||||
opacity: 1;
|
||||
.adf-filter-action-button {
|
||||
align-items: center;
|
||||
height: 32px;
|
||||
|
||||
.adf-filter-action-button__label {
|
||||
padding-left: 20px;
|
||||
margin: 0 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,27 +1,26 @@
|
||||
.adf {
|
||||
&-filters__entry:has(.adf-filter-action-button) {
|
||||
padding: 12px 0;
|
||||
height: 24px;
|
||||
width: 100%;
|
||||
cursor: pointer;
|
||||
font-size: var(--theme-body-1-font-size);
|
||||
font-weight: bold;
|
||||
opacity: 0.54;
|
||||
|
||||
.adf-full-width {
|
||||
display: flex;
|
||||
adf-task-filters {
|
||||
.adf {
|
||||
&-filters__entry:has(.adf-filter-action-button) {
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
cursor: pointer;
|
||||
font-size: var(--theme-body-1-font-size);
|
||||
font-weight: bold;
|
||||
|
||||
.adf-filter-action-button .adf-filter-action-button__label {
|
||||
padding-left: 20px;
|
||||
margin: 0 8px;
|
||||
}
|
||||
.adf-full-width {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&.adf-active,
|
||||
&:hover {
|
||||
color: var(--theme-primary-color);
|
||||
opacity: 1;
|
||||
.adf-filter-action-button {
|
||||
align-items: center;
|
||||
height: 32px;
|
||||
|
||||
.adf-filter-action-button__label {
|
||||
padding-left: 20px;
|
||||
margin: 0 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user