Skip to content

Commit c23e214

Browse files
author
Kristan Kenney
committed
Adjust selected state color for list items
1 parent 965d263 commit c23e214

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/css/styles.min.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3122,9 +3122,8 @@ a.button.cancel {
31223122
}
31233123

31243124
.l-unit.selected {
3125-
background-color: #fefba7;
3125+
background-color: #f8f8f8;
31263126
color: #4b4b4b;
3127-
border-bottom: 1px solid #c0b990;
31283127
box-shadow: 0px 2px 10px rgba(150,150,150,0.20);
31293128
text-shadow: 0px 1px rgba(255,255,255,0.5);
31303129
border-left: 1px solid #ddd;

0 commit comments

Comments
 (0)