Skip to content

Commit

Permalink
Add pagination button hover effect
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemBaskal committed Jun 16, 2020
1 parent f7e1340 commit cc8c5e6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 23 deletions.
8 changes: 6 additions & 2 deletions client/src/components/Logs/Logs.css
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
padding: 2.5rem 0 2.5rem !important;
}

.custom-pagination button {
.custom-pagination .-btn {
--side-size: 2rem;
background-color: transparent !important;
border: 1px solid var(--gray-d8) !important;
Expand All @@ -355,6 +355,10 @@
height: var(--side-size) !important;
}

.custom-pagination .-btn:enabled:hover {
background-color: var(--gray-f3) !important;
}

.custom-pagination .-previous {
flex: 0 1 !important;
}
Expand Down Expand Up @@ -545,7 +549,7 @@
}
}

.loading__container > .-loading-inner{
.loading__container > .-loading-inner {
top: 10rem !important;
bottom: initial !important;
}
Expand Down
31 changes: 10 additions & 21 deletions client/src/components/ui/Icons.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc8c5e6

Please sign in to comment.