Skip to content

Commit

Permalink
Buttonstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
d3d9 committed Sep 26, 2021
1 parent 4919a20 commit a40c932
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/js/interface/wahl-maincontrol.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ class MainControlElement extends LitElement {
wl-button {
flex-shrink: 0;
--button-fab-size: 1.5rem;
--button-border-outlined: 0.085rem solid currentColor;
margin: 0 0.3rem;
margin-bottom: 0.2em;
}
wl-tab-group {
display: inline-block;
Expand All @@ -65,7 +68,7 @@ class MainControlElement extends LitElement {

render() {
return html`<wl-title level="1">${this.mapTitle ?? this.wahlController.name}</wl-title>
<wl-button fab flat inverted @click=${()=>{ this.wahlController.wahlterminDialog() }}>&#709;</wl-button>
<wl-button fab flat inverted outlined @click=${()=>{ this.wahlController.wahlterminDialog() }}>&#709;</wl-button>
<wl-tab-group id="tab-group">
${Array.from(this.wahlController.wahlen.values()).map((wahl)=>html`
<wl-tab
Expand Down

0 comments on commit a40c932

Please sign in to comment.