mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* Fixes for AoT checks in Angular CLI * login fixes - aot compatibility - fix copyright symbol - fix toggling password (operates within the component instead of the whole document) - remove old MDL calls on error style check * Search fixes * login test fixes * form fixes - add WidgetComponent to the module - remove missing 'focus' property from Hyperlink widget template/style * task-list fixes * process-list fixes * analytics fixes
13 lines
262 B
SCSS
13 lines
262 B
SCSS
@mixin mat-hyperlink-widget-theme($theme) {
|
|
$primary: map-get($theme, primary);
|
|
|
|
.adf-hyperlink-widget {
|
|
padding: 0.4375em 0;
|
|
border-top: 0.84375em solid transparent;
|
|
|
|
a {
|
|
color: mat-color($primary);
|
|
}
|
|
}
|
|
}
|