making sure the text remains gray when active

This commit is contained in:
connors 2014-03-31 18:42:46 -07:00
Родитель d1b1ff57aa
Коммит 6472a682b2
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -435,6 +435,7 @@ a {
background-image: none;
}
> a:not(.btn):active {
color: inherit;
background-color: #e0e0e0;
.icon {

Просмотреть файл

@ -309,6 +309,9 @@ p {
&:last-child {
background-image: none;
}
> a:not(.btn):active {
color: inherit;
}
}
// Table view dividers