From 19969a8b1f0c752f87ebdb499ed1add01738e171 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Mon, 1 Jan 2018 11:11:17 -0800 Subject: [PATCH] Clickable logo using pointer-events --- data/interfaces/default/base.html | 2 +- data/interfaces/default/css/plexpy.css | 15 +++------------ 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/data/interfaces/default/base.html b/data/interfaces/default/base.html index 4b991e6d..50515527 100644 --- a/data/interfaces/default/base.html +++ b/data/interfaces/default/base.html @@ -64,7 +64,7 @@ - + diff --git a/data/interfaces/default/css/plexpy.css b/data/interfaces/default/css/plexpy.css index 6179e26f..71b2bc62 100644 --- a/data/interfaces/default/css/plexpy.css +++ b/data/interfaces/default/css/plexpy.css @@ -13,18 +13,6 @@ a:focus { text-decoration: none; outline: none; } -a.svg { - position: relative; - display: inline-block; -} -a.svg:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; -} select, .react-selectize.bootstrap3.root-node .react-selectize-control { margin: 5px 0 5px 0; border: 2px solid #444; @@ -118,6 +106,9 @@ img { -moz-box-sizing: content-box; box-sizing: content-box; } +object { + pointer-events: none; +} .navbar { background: #000; -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,.2);