mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 17:12:15 +00:00
- navigator in shared folder page fix
- fixed trash in MobileNavigation.vue - MobileMultiSelectMenu.vue refactor - frontend build
This commit is contained in:
@@ -289,9 +289,10 @@ export default {
|
||||
@import '@assets/vue-file-manager/_variables';
|
||||
@import '@assets/vue-file-manager/_mixins';
|
||||
|
||||
.check-select {
|
||||
margin-right: 10px;
|
||||
margin-left: 3px;
|
||||
.check-select {
|
||||
margin-right: 15px;
|
||||
margin-left: 6px;
|
||||
|
||||
.select-box {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
@@ -508,7 +509,7 @@ export default {
|
||||
background-color: $dark_mode_foreground;
|
||||
}
|
||||
.select-box-active {
|
||||
background-color: $dark_mode_text_primary ;
|
||||
background-color: $theme;
|
||||
.icon {
|
||||
stroke: $text;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user