1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update video probing

This commit is contained in:
Luke Pulverenti 2015-09-23 00:00:30 -04:00
parent 8a32cc215f
commit b70aa4926c
25 changed files with 407 additions and 355 deletions

View file

@ -104,12 +104,12 @@ Custom property | Description | Default
:host([raised]) .keyboard-focus {
font-weight: bold;
@apply(paper-button-raised-keyboard-focus);
@apply(--paper-button-raised-keyboard-focus);
}
:host(:not([raised])) .keyboard-focus {
font-weight: bold;
@apply(paper-button-flat-keyboard-focus);
@apply(--paper-button-flat-keyboard-focus);
}
:host([disabled]) {