public $tooltipBackgroundColor = null;
public $transition;
public $polygon = '';
+ public $cursor = '';
protected $role = 'button';
protected $_init;
$css .= $this->getCSSZIndex();
$css .= $this->getCSSTransform();
$css .= $this->getCSSClipPath();
-
$css .= $this->getCSS();
$css .= '}';
+ if ($this->cursor) {
+ $css .= '#l_' . $this->id . ' a{cursor:' . $this->cursor . ' !important;}';
+ }
return $css;
}
namespace Fluidbook\Tools\Links;
-class PhoneLink extends mailLink
+class PhoneLink extends MailLink
{
protected $role = 'link';