From a8ab16150bf04fd812dde07bdd7d0bbd9b52f48e Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Mon, 28 Jan 2019 15:31:15 -0600 Subject: Drop this pitiful, bothersome, gimmicky animation Change-Id: If533f8565e38e02d503cc1ab59f65e2445f1369b --- help3xsl/default.css | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'help3xsl/default.css') diff --git a/help3xsl/default.css b/help3xsl/default.css index 0870b7a1ba..9b7028af4d 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -170,14 +170,7 @@ pre, border-left: 4px solid #FF5964; background-color: #FFE0E2; } -.noteicon { - padding:0.3em; - transition: transform .2s; /* Animation */ -} -.noteicon:hover { - transform: scale(2.0); /* (200% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ -} -.notetext { +.noteicon, .notetext { padding:0.3em; } @@ -196,12 +189,6 @@ pre, .iconcell { padding:0.3em; } -.imageicon { - transition: transform .2s; /* Animation */ -} -.imageicon:hover{ - transform: scale(2.0); /* (200% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ -} table { box-shadow: rgba(0,0,0,0.1) 0px 1px 3px 0px; -- cgit