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 {
|
adf-process-instance-filters {
|
||||||
&-filters__entry:has(.adf-filter-action-button) {
|
.adf {
|
||||||
padding: 12px 0;
|
&-filters__entry:has(.adf-filter-action-button) {
|
||||||
height: 24px;
|
padding: 0;
|
||||||
width: 100%;
|
|
||||||
cursor: pointer;
|
|
||||||
font-size: var(--theme-body-1-font-size);
|
|
||||||
font-weight: bold;
|
|
||||||
opacity: 0.54;
|
|
||||||
|
|
||||||
.adf-full-width {
|
|
||||||
display: flex;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
cursor: pointer;
|
||||||
|
font-size: var(--theme-body-1-font-size);
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
.adf-filter-action-button .adf-filter-action-button__label {
|
.adf-full-width {
|
||||||
padding-left: 20px;
|
display: flex;
|
||||||
margin: 0 8px;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.adf-active,
|
.adf-filter-action-button {
|
||||||
&:hover {
|
align-items: center;
|
||||||
color: var(--theme-primary-color);
|
height: 32px;
|
||||||
opacity: 1;
|
|
||||||
|
.adf-filter-action-button__label {
|
||||||
|
padding-left: 20px;
|
||||||
|
margin: 0 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,27 +1,26 @@
|
|||||||
.adf {
|
adf-task-filters {
|
||||||
&-filters__entry:has(.adf-filter-action-button) {
|
.adf {
|
||||||
padding: 12px 0;
|
&-filters__entry:has(.adf-filter-action-button) {
|
||||||
height: 24px;
|
padding: 0;
|
||||||
width: 100%;
|
|
||||||
cursor: pointer;
|
|
||||||
font-size: var(--theme-body-1-font-size);
|
|
||||||
font-weight: bold;
|
|
||||||
opacity: 0.54;
|
|
||||||
|
|
||||||
.adf-full-width {
|
|
||||||
display: flex;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
cursor: pointer;
|
||||||
|
font-size: var(--theme-body-1-font-size);
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
.adf-filter-action-button .adf-filter-action-button__label {
|
.adf-full-width {
|
||||||
padding-left: 20px;
|
display: flex;
|
||||||
margin: 0 8px;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.adf-active,
|
.adf-filter-action-button {
|
||||||
&:hover {
|
align-items: center;
|
||||||
color: var(--theme-primary-color);
|
height: 32px;
|
||||||
opacity: 1;
|
|
||||||
|
.adf-filter-action-button__label {
|
||||||
|
padding-left: 20px;
|
||||||
|
margin: 0 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user