Add border-radius to highlighted tile

This commit is contained in:
Randi Miller 2019-03-22 14:23:04 -04:00
parent c1767eca1b
commit ae21680a5f

View file

@ -8,7 +8,6 @@
.cell.selected,
.cell.selected.highlighted,
.cell.selected:hover {
border-radius: 2px;
color: $white;
background: $purple-300;
}
@ -20,6 +19,7 @@
.cell.highlighted,
.cell.selected {
border-radius: 2px;
font-weight: bold;
}