Skip to content

Improve button styling in critical fix page.#2741

Merged
demiankatz merged 2 commits into
vufind-org:devfrom
demiankatz:criticalfix-style-improvement
Mar 13, 2023
Merged

Improve button styling in critical fix page.#2741
demiankatz merged 2 commits into
vufind-org:devfrom
demiankatz:criticalfix-style-improvement

Conversation

@demiankatz
Copy link
Copy Markdown
Member

Related to recent discussion on #2699, here's some added button styling for another link that needs it.

@demiankatz demiankatz requested a review from crhallberg March 6, 2023 21:17
@demiankatz demiankatz added this to the 9.0 milestone Mar 6, 2023
@demiankatz
Copy link
Copy Markdown
Member Author

@crhallberg, I just turned off text decoration on buttons by default and that seems to allow this to look correct without adding the extra btn-link class. I looked at it in all three themes and it looks fine everywhere (though for some reason there's no mouseover reaction in bootprint3, even though bootstrap3/sandal cause a negative highlighting effect... but I don't think it's a big deal). Does this look reasonable to you, or do you think there might be unwanted side effects somewhere?

text-decoration: none;
}
.btn-link {
&:extend(.icon-link);
Copy link
Copy Markdown
Contributor

@crhallberg crhallberg Mar 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As long as .btn-link still has the underline, this is exactly the change I was hoping for!

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does indeed, so I think we're good to go. Thanks for the review!

@demiankatz demiankatz merged commit 88dc95d into vufind-org:dev Mar 13, 2023
@demiankatz demiankatz deleted the criticalfix-style-improvement branch March 13, 2023 20:47
EreMaijala pushed a commit to EreMaijala/vufind that referenced this pull request Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants