fix(button): only pre-style non-shorthands for easier extension
This commit is contained in:
parent
3257060c39
commit
32ab5bfd41
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ export class LionButton extends DisabledWithTabIndexMixin(LitElement) {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
line-height: 24px;
|
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 */
|
padding: 8px; /* padding to fix with min-height */
|
||||||
outline: none; /* focus style handled below */
|
outline: none; /* focus style handled below */
|
||||||
cursor: default; /* we should always see the default arrow, never a caret */
|
cursor: default; /* we should always see the default arrow, never a caret */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue