mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 04:07:55 +03:00
fix for #127
This commit is contained in:
parent
add9b8ebc9
commit
6e4bb11198
2
dist/css/material-wfont.min.css
vendored
2
dist/css/material-wfont.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/css/material.min.css
vendored
2
dist/css/material.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -69,6 +69,16 @@
|
||||||
line-height: 29px;
|
line-height: 29px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.list-group-item.active {
|
||||||
|
&:hover, &:focus {
|
||||||
|
background: rgba(0,0,0,.15);
|
||||||
|
outline: 10px solid rgba(0,0,0,.15);
|
||||||
|
}
|
||||||
|
.list-group-item-heading, .list-group-item-text {
|
||||||
|
color: @lightbg-text;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
.list-group-separator {
|
.list-group-separator {
|
||||||
clear: both;
|
clear: both;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user