more active click things
This commit is contained in:
parent
29517263c7
commit
f76291764a
@ -793,7 +793,7 @@ define([
|
|||||||
))
|
))
|
||||||
: ((hasFocusableButton = !0),
|
: ((hasFocusableButton = !0),
|
||||||
parentNameHtml.push(
|
parentNameHtml.push(
|
||||||
'<a style="font-weight:inherit;font-size:20px" class="button-link button-link-color-inherit" is="emby-linkbutton" href="' +
|
'<a style="font-weight:300;font-size:20px" class="button-link button-link-color-inherit" is="emby-linkbutton" href="' +
|
||||||
parentRoute +
|
parentRoute +
|
||||||
'">' +
|
'">' +
|
||||||
seriesName +
|
seriesName +
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -214,6 +214,13 @@
|
|||||||
var(--theme-text-color-lightness),
|
var(--theme-text-color-lightness),
|
||||||
0.2);
|
0.2);
|
||||||
}
|
}
|
||||||
|
.paper-icon-button-light:active {
|
||||||
|
color: hsl(
|
||||||
|
var(--theme-primary-color-hue),
|
||||||
|
var(--theme-primary-color-saturation),
|
||||||
|
var(--theme-primary-color-lightness)
|
||||||
|
) !important;
|
||||||
|
}
|
||||||
.paper-icon-button-light.md-icon {
|
.paper-icon-button-light.md-icon {
|
||||||
font-size: 1.66956521739130434em;
|
font-size: 1.66956521739130434em;
|
||||||
margin: 0 0.17em;
|
margin: 0 0.17em;
|
||||||
|
|||||||
@ -80,6 +80,9 @@
|
|||||||
contain: layout style;
|
contain: layout style;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
.listItem-content:active {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
.listItem-content-withwrap {
|
.listItem-content-withwrap {
|
||||||
-webkit-flex-direction: column;
|
-webkit-flex-direction: column;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user