review pass 1
This commit is contained in:
parent
210b1f5ee4
commit
d94cac6376
25 changed files with 56 additions and 292 deletions
24
src/App.scss
24
src/App.scss
|
|
@ -411,6 +411,14 @@ nav {
|
|||
button:not(.button-default) {
|
||||
color: var(--text);
|
||||
font-size: 100%;
|
||||
text-align: initial;
|
||||
padding: 0;
|
||||
background: none;
|
||||
border: none;
|
||||
outline: none;
|
||||
display: inline;
|
||||
font-family: inherit;
|
||||
line-height: unset;
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
|
|
@ -436,22 +444,6 @@ nav {
|
|||
--__line-height: 1.5em;
|
||||
--__horizontal-gap: 0.75em;
|
||||
--__vertical-gap: 0.5em;
|
||||
|
||||
&.-non-interactive {
|
||||
cursor: auto;
|
||||
}
|
||||
|
||||
> a,
|
||||
> button:not(.button-default) {
|
||||
text-align: initial;
|
||||
padding: 0;
|
||||
background: none;
|
||||
border: none;
|
||||
outline: none;
|
||||
display: inline;
|
||||
font-family: inherit;
|
||||
line-height: unset;
|
||||
}
|
||||
}
|
||||
|
||||
.button-unstyled {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue