Skip to content

Commit

Permalink
Simplify some CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Oct 20, 2024
1 parent 945f884 commit 599a104
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions css/Article.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
.tools {
display: flex;
flex-flow: row nowrap;
--focus-offset: var(--focus-offset-in); /* Don't clip focus ring. */

.icon {
width: 2em;
Expand Down
1 change: 0 additions & 1 deletion css/ListArticle.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
}
read-toggle {
button {
padding: 0;
width: 100%;
height: 100%;
}
Expand Down
4 changes: 0 additions & 4 deletions css/StateToggle.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
fave-toggle {
button {
box-sizing: border-box;
background: transparent;
border: none;
padding: 1px 4px;
}

.inactive {
Expand All @@ -24,10 +22,8 @@ fave-toggle {

read-toggle {
button {
box-sizing: border-box;
background: transparent;
border: none;
padding: 1px 4px;
}

.inactive {
Expand Down

0 comments on commit 599a104

Please sign in to comment.