Skip to content
Snippets Groups Projects
Commit 682b6015 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

add border and shadow to focused list item

parent b10ed568
Branches
Tags
No related merge requests found
......@@ -51,12 +51,17 @@
transition: opacity 0.3s linear;
}
.PulseListItem {
overflow: hidden;
}
.PulseListItem:hover .PulseEditButton {
opacity: 1;
}
.PulseListItem.PulseListItem--focused {
border-color: #509EE3;
box-shadow: 0 0 3px #509EE3;
}
.DangerZone:hover {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment