[ADF-1457] Upload Dialog - Cancel all confirmation dialog (#2248)

* cancel all confirmation

* confirmation text
This commit is contained in:
Cilibiu Bogdan
2017-08-25 18:11:41 +03:00
committed by Mario Romano
parent 9e0d132353
commit e199d0cb6d
6 changed files with 222 additions and 24 deletions

View File

@@ -1,10 +1,18 @@
@import 'colors';
@mixin mat-file-uploading-row-theme($theme) {
$background: map-get($theme, background);
$foreground: map-get($theme, foreground);
$primary: map-get($theme, primary);
$accent: map-get($theme, accent);
$warn: map-get($theme, warn);
$file-uploading-row-hover-color: #eeeeee !default;
adf-file-uploading-list-row:not(:first-child) {
display: block;
border-top: 1px solid mat-color($foreground, text, 0.14);
}
.adf-file-uploading-row {
display: flex;
@@ -12,8 +20,8 @@
padding: 0.5em 1em 0.5em 1em;
cursor: default;
&:not(:first-child) {
border-top: 1px solid ;
&:hover {
background: $file-uploading-row-hover-color;
}
&__name {