Skip to content

Commit 6969755

Browse files
jbflomarcus-oscarsson
authored andcommitted
New Sample Flex View
Transform to Functional component
1 parent 620db36 commit 6969755

File tree

2 files changed

+222
-163
lines changed

2 files changed

+222
-163
lines changed

Diff for: ui/src/components/SampleGrid/SampleGridTable.css

+18-34
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,9 @@
281281
font-weight: bolder;
282282
}
283283

284-
/* Graphical View / Flex grid css */
284+
/* Graphical View */
285285

286+
/* ISARA */
286287
.div-flex-pie-collapsible {
287288
width: 95%;
288289
}
@@ -295,47 +296,30 @@
295296
fill: #dfd1d9;
296297
}
297298

298-
.has-sample {
299+
/* Flex */
300+
.cell_cicle_g,
301+
.puck_cicle {
299302
cursor: pointer;
300303
}
301-
.empty-cell {
302-
cursor: not-allowed;
303-
background: #000000;
304-
}
305304

306-
.cell-cicle-empty :hover {
305+
.cell_cicle:hover {
306+
paint-order: stroke;
307307
stroke: #ffffff;
308+
stroke-width: 0.09;
308309
}
309310

310-
.cell-cicle {
311-
fill: #015f9d;
312-
border: 2px solid #5cb85c;
313-
}
314-
315-
.cell-cicle:hover {
316-
stroke: #6cb0f5;
317-
stroke-width: 9.5;
318-
text-shadow: 0 0 30px #fdec6e;
319-
transition: all 0.2s ease-in;
320-
}
321-
322-
.circle-text:hover > .cell-cicle:hover {
323-
stroke: #63adf7;
324-
text-shadow: 0 0 30px #fdec6e;
325-
transition: all 0.2s ease-in;
326-
}
327-
328-
.cell-cicle-activated {
329-
stroke: #fa9f63;
330-
stroke-opacity: 90%;
311+
.cell_cicle_text:hover {
312+
font-weight: bold;
331313
}
332314

333-
.cell-cicle-center {
334-
fill: whitesmoke;
335-
stroke: rgb(163, 161, 161);
336-
stroke-width: 0.1%;
315+
.puck_cicle:hover > circle {
316+
paint-order: stroke;
317+
stroke: #ffffff;
318+
stroke-width: 0.09;
337319
}
338320

339-
.circle-text {
340-
fill: #273a44;
321+
.puck_cicle:hover > .text_puck_cicle {
322+
paint-order: stroke;
323+
fill: #ffffff;
324+
stroke-width: 0.01;
341325
}

0 commit comments

Comments
 (0)