From: Deckluhm Date: Sat, 22 Apr 2017 13:09:28 +0000 (+0200) Subject: Add new $has-tip-cursor variable to customize tooltips cursor X-Git-Tag: v6.4.0-rc1~57^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9983%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add new $has-tip-cursor variable to customize tooltips cursor --- diff --git a/scss/components/_tooltip.scss b/scss/components/_tooltip.scss index d31991aae..f363d3f87 100644 --- a/scss/components/_tooltip.scss +++ b/scss/components/_tooltip.scss @@ -6,6 +6,10 @@ /// @group tooltip //// +/// Default cursor of the defined term. +/// @type Keyword +$has-tip-cursor: help !default; + /// Default font weight of the defined term. /// @type Keyword | Number $has-tip-font-weight: $global-weight-bold !default; @@ -48,7 +52,7 @@ $tooltip-radius: $global-radius !default; border-bottom: $has-tip-border-bottom; font-weight: $has-tip-font-weight; - cursor: help; + cursor: $has-tip-cursor; } @mixin tooltip {