Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion themes/bootprint3/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/bootstrap3/css/compiled.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions themes/bootstrap3/less/bootstrap.less
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ label { cursor: pointer; }
.icon-bar { background-color: #888; }

// Icons vs. Underline fix
.btn {
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!


Expand Down
3 changes: 3 additions & 0 deletions themes/bootstrap3/scss/bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ label { cursor: pointer; }
.icon-bar { background-color: #888; }

// Icons vs. Underline fix
.btn {
text-decoration: none;
}
.btn-link {
@extend .icon-link;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

<p><b>STRONGLY RECOMMENDED:</b> You can fix the problem by visiting the <a href="<?=$this->url('install-fixsecurity')?>">Fix Security</a> page. You should return to the Upgrade page after completing this task.</p>

<p>Alternatively, you can choose to <a href="<?=$this->url('upgrade-criticalfixinsecuredatabase')?>?ignore=true">ignore the problem</a>.</p>
<p>Alternatively, you can choose to <a class="btn btn-default" href="<?=$this->url('upgrade-criticalfixinsecuredatabase')?>?ignore=true">ignore the problem</a>.</p>

2 changes: 1 addition & 1 deletion themes/local_theme_example/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/sandal/css/compiled.css

Large diffs are not rendered by default.