Skip to content

Commit e30cda1

Browse files
authored
WFPREV-782 Fill download button on hover (#1021)
1 parent a1fa800 commit e30cda1

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

client/wfprev-war/src/main/angular/src/app/components/shared/download-button/download-button.component.scss

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,14 @@
3333

3434
::ng-deep .mat-mdc-menu-panel {
3535
width: 164px !important;
36-
}
36+
}
37+
38+
.download-button:hover:not(:disabled) {
39+
background-color: var(--wf-colour-lighter-grey) !important;
40+
box-shadow: none;
41+
}
42+
43+
::ng-deep .download-button .mat-mdc-button-touch-target,
44+
::ng-deep .download-button .mdc-icon-button__ripple {
45+
display: none !important;
46+
}

0 commit comments

Comments
 (0)