1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Cameron 2020-07-10 20:07:32 +01:00
parent 85b8671294
commit abcc8b6c60

View file

@ -52,7 +52,7 @@ import 'registerElement';
const labelTextElement = labelElement.querySelector('span');
const outlineClass = 'checkboxOutline';
let outlineClass = 'checkboxOutline';
const customClass = this.getAttribute('data-outlineclass');
if (customClass) {