]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
hoist text-decoration reset up from .tooltip-inner to .tooltip
authorChris Rebert <code@rebertia.com>
Mon, 16 Mar 2015 21:47:07 +0000 (14:47 -0700)
committerChris Rebert <code@rebertia.com>
Wed, 8 Apr 2015 07:50:38 +0000 (00:50 -0700)
less/tooltip.less

index c0dfd55ce1ae3eb5e4c3df32bf9419cf43e32922..90207b54a680d71481e0d7218f0917111ef3bde0 100644 (file)
@@ -13,6 +13,7 @@
   font-size: @font-size-small;
   font-weight: normal;
   line-height: @line-height-base;
+  text-decoration: none;
   .opacity(0);
 
   &.in     { .opacity(@tooltip-opacity); }
@@ -28,7 +29,6 @@
   padding: 3px 8px;
   color: @tooltip-color;
   text-align: center;
-  text-decoration: none;
   background-color: @tooltip-bg;
   border-radius: @border-radius-base;
 }