mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
Add border-radius to highlighted tile
This commit is contained in:
parent
c1767eca1b
commit
ae21680a5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue