Skip to content

Commit

Permalink
center Stats + disabled hover
Browse files Browse the repository at this point in the history
  • Loading branch information
jb1011 committed Jan 11, 2024
1 parent 234cc0d commit fbd6a6c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Chain/Tab.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
border-radius: 40px;
}

/* .Chain-Tab:hover {
.Chain-Tab:hover {
background: #fff;
color: #000;
}
Expand All @@ -40,7 +40,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
background: #fff;
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
color: #000;
} */
}

.button-outline {
background-color: white;
Expand Down
11 changes: 6 additions & 5 deletions frontend/src/components/List/Row.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

.Row {
color: #b5aeae;
color: #000;
background-color: #fff;
cursor: pointer;
}

.Row-synced {
color: #fff;
color: #000;
}

.Row-pinned td:first-child {
Expand All @@ -42,9 +43,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
}

.Row-stale {
color: #555;
color: #666;
}

.Row:hover {
/* .Row:hover {
background-color: #1e1e1e;
}
} */
4 changes: 2 additions & 2 deletions frontend/src/components/Stats/Stats.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
}

.Stats-percent {
width: 6em;
width: 50%;
text-align: right;
padding-left: 0.5rem;
padding-right: 1rem;
}

.Stats-count {
width: 6.5em;
width: 50%;
text-align: right;
padding-right: 1.5rem;
border-right: 1px solid black;
Expand Down

0 comments on commit fbd6a6c

Please sign in to comment.