bulk-operations make new MobileMultiSelectMenu component, add multi dwonload

This commit is contained in:
Milos Holba
2020-11-22 16:21:51 +01:00
parent a3dd817e7a
commit 0df03f1d32
14 changed files with 345 additions and 195 deletions

View File

@@ -1,6 +1,6 @@
<template>
<button class="mobile-action-button">
<div class="flex" :class="{'active' : mobileSelectingActive}">
<button class="mobile-action-button" :class="{'active' : mobileSelectingActive}">
<div class="flex" >
<CheckSquareIcon size="15" class="icon"></CheckSquareIcon>
<span class="label">
<slot></slot>
@@ -71,22 +71,17 @@
font-weight: 700;
color: $text;
}
.active {
// @include transform(scale(0.95));
// background: rgba($theme, 0.1);
}
.active {
.icon {
path, line, polyline, rect, circle {
stroke: $theme;
stroke: $theme !important;
}
}
.label {
color: $theme;
color: $theme !important;
}
}
}
@media (prefers-color-scheme: dark) {