Skip to content

Commit 9903ad0

Browse files
walesch-yanmarcus-oscarsson
authored andcommitted
split SampleGridTable.css into multiple modules
1 parent e392777 commit 9903ad0

15 files changed

+362
-457
lines changed

ui/src/components/SampleGrid/SampleCircleView.jsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { Col } from 'react-bootstrap';
33
import { useDispatch, useSelector } from 'react-redux';
44

55
import { filterAction } from '../../actions/sampleGrid';
6+
import styles from '../../containers/SampleFlexView.module.css';
67

78
const CELL_ID = 1;
89

@@ -74,7 +75,7 @@ export default function SampleCircleView(props) {
7475
handleDisplayPuckCellContextMenu(e, puckMenuID, puckID)
7576
}
7677
fill={isPuckSelected ? '#015f9d' : '#cdced1'}
77-
className="puck_cicle"
78+
className={styles.puckCicle}
7879
>
7980
<circle
8081
cx={x}
@@ -103,7 +104,7 @@ export default function SampleCircleView(props) {
103104

104105
return (
105106
<Col sm={6}>
106-
<div className="div-svg-flex">
107+
<div className={styles.divSvgFlex}>
107108
<svg height="100%" width="100%" viewBox="0 1 20 20">
108109
<circle fill="#6cb0f5" r="8" cx="10" cy="10" />
109110
{getSingleCellAsCircle(10, 10)}

ui/src/components/SampleGrid/SampleGridTable.css

Lines changed: 0 additions & 350 deletions
This file was deleted.

0 commit comments

Comments
 (0)