mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix some missing bootstrap icons
This commit is contained in:
parent
2b1c5ce1b2
commit
01d3eeac77
@ -12,6 +12,7 @@ import {css, LitElement, PropertyValues, unsafeCSS} from "lit";
|
||||
import {dedupeMixin} from "@open-wc/dedupe-mixin";
|
||||
import type {et2_container} from "../et2_core_baseWidget";
|
||||
import type {et2_DOMWidget} from "../et2_core_DOMWidget";
|
||||
import bootstrapIcons from "../Styles/bootstrap-icons";
|
||||
|
||||
/**
|
||||
* This mixin will allow any LitElement to become an Et2Widget
|
||||
@ -106,6 +107,7 @@ const Et2WidgetMixin = <T extends Constructor>(superClass : T) =>
|
||||
{
|
||||
return [
|
||||
...(super.styles ? (Array.isArray(super.styles) ? super.styles : [super.styles]) : []),
|
||||
bootstrapIcons,
|
||||
css`
|
||||
:host([disabled]) {
|
||||
display: none;
|
||||
|
Loading…
Reference in New Issue
Block a user