Skip to content

Commit

Permalink
status filter style
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Cooper committed Jul 6, 2023
1 parent bdec72b commit 5d49281
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions guidelines/guidelines.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ caption {
a[href].status-link {
color: var(--text);
}
p.status-filter
.status-filter
{
display: inline-block;
float: right;
border: thin solid #005A9C;
border-radius: 1ex;
padding: 1ex;
cursor: help;
text-indent: 0px;
font-weight: bolder;
Expand Down
2 changes: 1 addition & 1 deletion guidelines/guidelines.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function addStatusMarkers() {
// Insert div after the first heading:
*/
var button = document.createElement("button");
button.setAttribute('class', 'addition status-filter sticky');
button.setAttribute('class', 'status-filter sticky');
button.setAttribute("title", statusLabels[status]);
button.setAttribute("type", "button");
button.innerHTML = sentenceCase(status);
Expand Down

0 comments on commit 5d49281

Please sign in to comment.