Remove .active button styling and remove underlines on user management list items

This commit is contained in:
Paul Adam Davis 2014-07-06 19:50:05 +01:00
parent 58efafb7c9
commit 5bea01523a
3 changed files with 7 additions and 4 deletions

View File

@ -43,8 +43,7 @@
text-decoration: none;
}
&:active,
&.active {
&:active {
box-shadow: rgba(0,0,0,0.3) 0 1px 3px inset;
}

View File

@ -43,6 +43,10 @@
} // .object-list-item
a.object-list-item {
text-decoration: none;
}
.object-list-item-icon {
width: 35px;
height: 35px;

File diff suppressed because one or more lines are too long