mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-20] Sidenav - submenu conditional icon templates (#786)
* remove focus outline * button effect * submenu conditional icon templates * clean up styling * update menu locator * update library PO locators
This commit is contained in:
committed by
Suzana Dirla
parent
ae20b3ed75
commit
dae45fce57
@@ -31,9 +31,9 @@ import { Utils } from '../../utilities/utils';
|
||||
export class Sidenav extends Component {
|
||||
private static selectors = {
|
||||
root: 'app-sidenav',
|
||||
link: '.sidenav-menu__item',
|
||||
label: '.menu__item--label',
|
||||
activeLink: '.menu__item--active',
|
||||
link: '.menu__item',
|
||||
label: '.item--label',
|
||||
activeLink: '.item--active',
|
||||
newButton: '[data-automation-id="create-button"]'
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user