1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat(UI): sortable tabs

This commit is contained in:
2021-07-14 20:30:54 +02:00
parent c87b8dc738
commit d38097d056
6 changed files with 124 additions and 111 deletions

View File

@@ -197,19 +197,8 @@
color: $body-font-color-dark;
}
& &.tools-dropdown {
.tab-link:focus {
color: $primary-color;
}
.menu {
.menu-item a {
&:hover {
color: $primary-color;
background: $bg-color-gray;
}
}
}
&.tools-dropdown {
background-color: $bg-color-light-dark;
}
}

View File

@@ -191,6 +191,16 @@
}
}
.workspace-tabs {
.tab-block {
.tab-item {
&.tools-dropdown {
background-color: $body-bg;
}
}
}
}
.workspace-query-results {
.table {
.th {