Page MenuHomeDevCentral

list-group.less
No OneTemporary

list-group.less

// List Groups
.list-group-item-variant(@state; @background; @color) {
.list-group-item-@{state} {
color: @color;
background-color: @background;
a& {
color: @color;
.list-group-item-heading {
color: inherit;
}
&:hover,
&:focus {
color: @color;
background-color: darken(@background, 5%);
}
&.active,
&.active:hover,
&.active:focus {
color: #fff;
background-color: @color;
border-color: @color;
}
}
}
}

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 16, 13:22 (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3163173
Default Alt Text
list-group.less (533 B)

Event Timeline