From b6b0fe7d22c1dccb83541f4d78fdbdf40bef2157 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 9 Mar 2015 01:39:43 -0700 Subject: rm `visibility` where redundant to `display` Refs #15755 --- less/tooltip.less | 1 - 1 file changed, 1 deletion(-) (limited to 'less/tooltip.less') diff --git a/less/tooltip.less b/less/tooltip.less index 3ebfdcdff..9d5684743 100644 --- a/less/tooltip.less +++ b/less/tooltip.less @@ -8,7 +8,6 @@ position: absolute; z-index: @zindex-tooltip; display: block; - visibility: visible; // Reset font and text properties given new insertion method font-family: @font-family-base; font-size: @font-size-small; -- cgit v1.2.3