mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
fix: link button style (#36)
This commit is contained in:
parent
a0e87f18f0
commit
d0133191ec
1 changed files with 4 additions and 2 deletions
|
@ -20,12 +20,12 @@
|
|||
transition: all 0.3s;
|
||||
}
|
||||
|
||||
.thaw-button--disabled:not(.thaw-button--text) {
|
||||
.thaw-button--disabled:not(.thaw-button--text, .thaw-button--link) {
|
||||
border-color: var(--thaw-border-color-disabled);
|
||||
background-color: var(--thaw-background-color-disabled);
|
||||
}
|
||||
|
||||
.thaw-button--disabled {
|
||||
.thaw-button.thaw-button--disabled {
|
||||
color: var(--thaw-font-color-disabled);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
@ -46,6 +46,8 @@
|
|||
}
|
||||
|
||||
.thaw-button--link {
|
||||
background-color: transparent;
|
||||
color: inherit;
|
||||
height: auto;
|
||||
padding: inherit;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue