1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-19 22:18:03 +00:00

Striped grid

This commit is contained in:
2023-01-18 14:15:54 +01:00
parent 57ac72af5d
commit 82c30f7772
5 changed files with 23 additions and 16 deletions

View File

@ -60,6 +60,7 @@
border-radius: 0;
background: #eee;
color: inherit;
border: none;
border-left: 1px solid #ccc;
}
.host button:hover {

View File

@ -74,6 +74,7 @@
{#if host && connection}
<Grid
striped={false}
columns={[ { key: 'id' }, { key: 'collCount', right: true } ]}
items={Object.keys(connection.databases).map(dbKey => ({
id: dbKey,