From f14e74de5517d48a31600138269c986566921082 Mon Sep 17 00:00:00 2001 From: saumya1906 Date: Tue, 29 Aug 2017 00:35:01 +0530 Subject: [PATCH] Issue 266: Removed prefixing --- client/styles/components/_preferences.scss | 33 ---------------------- 1 file changed, 33 deletions(-) diff --git a/client/styles/components/_preferences.scss b/client/styles/components/_preferences.scss index 6107c420..13ccca40 100644 --- a/client/styles/components/_preferences.scss +++ b/client/styles/components/_preferences.scss @@ -220,36 +220,3 @@ padding-right: #{14 / $base-font-size}rem; } -/*.tooltip { - display: inline-block; -} - -/* Tooltip text */ -/*.tooltip .tooltiptext { - margin-top: #{0 / $base-font-size}rem; - margin-bottom: #{50 / $base-font-size}rem; - margin-left: #{130 / $base-font-size}rem; - visibility: hidden; - width: 120px; - height: 120px; - border-color: $p5js-pink transparent transparent $p5js-pink; - padding: 5px 0; - border-radius: 5px; - webkit-border-radius: 20px; - moz-border-radius: 20px; - text-align: center; - color: $white; - background-color: $p5js-pink; - vertical-align: top; - /* Position the tooltip text - see examples below! */ -/* content: ' '; - position: absolute; - left: #{15 / $base-font-size}rem; - -webkit-margin-before: 0em; - -webkit-margin-after: 0em; -} - -/* Show the tooltip text when you mouse over the tooltip container */ -/*.tooltip:hover .tooltiptext { - visibility: visible; -}*//*/*/ \ No newline at end of file