]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add posibillity to hover links and not background in list-groups 12739/head
authorDaSch <dasch@daschmedia.de>
Fri, 14 Feb 2014 12:56:36 +0000 (13:56 +0100)
committerDaSch <dasch@daschmedia.de>
Fri, 14 Feb 2014 12:56:36 +0000 (13:56 +0100)
less/list-group.less
less/variables.less

index 3343f8e5e2c46b2a454bf95c7037bc775b77b4a4..d645f290052149001b5487f3e0b5f1c95a232de7 100644 (file)
@@ -62,6 +62,7 @@ a.list-group-item {
   &:hover,
   &:focus {
     text-decoration: none;
+    color: @list-group-link-hover-color;
     background-color: @list-group-hover-bg;
   }
 
index 3846adc594dc769010ce0d55b73388d151866880..fcbadd73bc59ae55fccad7ef56898fc970207fc6 100644 (file)
 @list-group-active-text-color:  lighten(@list-group-active-bg, 40%);
 
 @list-group-link-color:         #555;
+@list-group-link-hover-color:   @list-group-link-color;
 @list-group-link-heading-color: #333;