diff --git a/dashboard-ui/bower_components/emby-webcomponents/emby-button/emby-button.css b/dashboard-ui/bower_components/emby-webcomponents/emby-button/emby-button.css
index d7ef9e7faa..a17903acf2 100644
--- a/dashboard-ui/bower_components/emby-webcomponents/emby-button/emby-button.css
+++ b/dashboard-ui/bower_components/emby-webcomponents/emby-button/emby-button.css
@@ -32,6 +32,10 @@
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
+ .emby-button::-moz-focus-inner {
+ border: 0;
+ }
+
.button-flat {
background: transparent;
box-shadow: none;
@@ -138,6 +142,10 @@
justify-content: center;
}
+ .paper-icon-button-light::-moz-focus-inner {
+ border: 0;
+ }
+
.paper-icon-button-light[disabled] {
opacity: .3;
}
diff --git a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js
index 7a4b56c3dc..2969522208 100644
--- a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js
+++ b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js
@@ -310,9 +310,11 @@
return curr.ChannelId == channel.Id;
});
- var cssClass = layoutManager.tv ? 'channelPrograms channelPrograms-tv' : 'channelPrograms';
+ var outerCssClass = layoutManager.tv ? 'channelPrograms channelPrograms-tv' : 'channelPrograms';
- html += '
';
+ html += '
';
+
+ var clickAction = layoutManager.tv ? 'link' : 'programdialog';
for (var i = 0, length = programs.length; i < length; i++) {
@@ -367,7 +369,7 @@
if (program.SeriesTimerId) {
timerAttributes += ' data-seriestimerid="' + program.SeriesTimerId + '"';
}
- html += '