mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1590] Cursor pointer is not displayed on expand/collapse Task and Process Filters (#2370)
* [ADF-1590] Cursor pointer is not displayed on expand/collapse Task and Process Filters * Added property [cursor: pointer] in accordion-group.component.scss * [ADF-1590] Cursor pointer is not displayed on expand/collapse Task and Process Filters * Added property [cursor: pointer] in accordion-group.component.scss * Added css property for expand/collapse problem on heading click
This commit is contained in:
committed by
Maurizio Vitale
parent
f6907a7a00
commit
1497133213
@@ -11,6 +11,7 @@
|
||||
letter-spacing: normal;
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.adf-panel-heading-selected {
|
||||
@@ -21,6 +22,10 @@
|
||||
float: left;
|
||||
}
|
||||
|
||||
.adf-panel-collapse {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.adf-panel-heading-text {
|
||||
float: left;
|
||||
padding-left: 20px;
|
||||
|
Reference in New Issue
Block a user