fix(button): only pre-style non-shorthands for easier extension

This commit is contained in:
Thijs Louisse 2023-05-30 18:44:41 +02:00
parent 3257060c39
commit 32ab5bfd41

View file

@ -47,7 +47,7 @@ export class LionButton extends DisabledWithTabIndexMixin(LitElement) {
box-sizing: border-box;
vertical-align: middle;
line-height: 24px;
background: #eee; /* minimal styling to make it recognizable as btn */
background-color: #eee; /* minimal styling to make it recognizable as btn */
padding: 8px; /* padding to fix with min-height */
outline: none; /* focus style handled below */
cursor: default; /* we should always see the default arrow, never a caret */