mirror of
https://github.com/thegeneralist01/archivr
synced 2026-07-21 18:55:36 +02:00
fix(frontend): add inset stroke to child-entry-row.is-multi-selected
This commit is contained in:
parent
5f575ac8d7
commit
d9025aac31
4 changed files with 4 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
|
@ -4,8 +4,8 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Archivr</title>
|
||||
<script type="module" crossorigin src="/assets/index-Bc8JhW_4.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-D8xkhocK.css">
|
||||
<script type="module" crossorigin src="/assets/index-C1s0Wh0F.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-g6r2rPzN.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
|
|
|||
|
|
@ -2805,6 +2805,7 @@ body.has-audio-bar { padding-bottom: 56px; }
|
|||
}
|
||||
.child-entry-row.is-multi-selected {
|
||||
background: #eee2d2;
|
||||
box-shadow: inset 0 0 0 2px var(--accent);
|
||||
opacity: 1;
|
||||
}
|
||||
.child-entry-row > div {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue