removed borders

This commit is contained in:
dcore94 2022-05-05 16:34:28 +02:00
parent 8fd87861c2
commit c50ec2e88d
1 changed files with 3 additions and 3 deletions

View File

@ -20,8 +20,8 @@ class CCPExecutionMonitor extends HTMLElement {
render(){ render(){
return ` return `
<template id="EXECUTIOM_LIST_TEMPLATE"> <template id="EXECUTIOM_LIST_TEMPLATE">
<ol name="ccp_execution_list" class="ccp-execution-list" class="ccp-execution-list"> <ol name="ccp_execution_list" class="ccp-execution-list list-group">
<li class="ccp-execution-item"> <li class="ccp-execution-item list-group-item" style="border: none">
<details open> <details open>
<summary> <summary>
<h5 style="display:inline"></h5> <h5 style="display:inline"></h5>
@ -29,7 +29,7 @@ class CCPExecutionMonitor extends HTMLElement {
</summary> </summary>
<p name="message" class="status-message font-weight-light font-italic" style="margin-top:revert"></span> <p name="message" class="status-message font-weight-light font-italic" style="margin-top:revert"></span>
<ul class="list-group"> <ul class="list-group">
<li class="list-group-item"></li> <li class="list-group-item" style="border: none"></li>
</ul> </ul>
</details> </details>
</li> </li>