Files
Allen 10f06dca10 fix #104
* implement row seleciton style and class

* add testing for row selection style and class

* refine select row test

* add stories for row selection style and class

* add docs for row selection style and class

* patch for wrong docs
2017-10-20 00:44:25 -05:00

11 lines
170 B
SCSS

.selection-row {
background-color: #c8e6c9;
}
.row-index-bigger-than-2101 {
background-color: #00BFFF;
}
.row-index-small-than-2101 {
background-color: #00FFFF;
}