Skip to content

Commit

Permalink
Improve button styling in critical fix page. (#2741)
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz authored Mar 13, 2023
1 parent 6a4bb54 commit 88dc95d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 5 deletions.
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);

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.

0 comments on commit 88dc95d

Please sign in to comment.