Update button-link
This commit is contained in:
parent
d3c265abc7
commit
8593b0c357
1 changed files with 3 additions and 1 deletions
4
resources/sass/components/buttons.scss
vendored
4
resources/sass/components/buttons.scss
vendored
|
|
@ -35,8 +35,10 @@ button:disabled {
|
|||
}
|
||||
|
||||
.button-link {
|
||||
@apply text-gray-700;
|
||||
|
||||
&:hover {
|
||||
@apply font-semibold underline;
|
||||
@apply text-gray-900 underline;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue