Skip to content

Commit

Permalink
disable hover
Browse files Browse the repository at this point in the history
  • Loading branch information
jb1011 committed Jan 11, 2024
1 parent b127e39 commit 234cc0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/components/Chain/Tab.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,17 @@ 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;
}
.Chain-Tab-on,
.Chain-Tab-on:hover {
background: #fff;
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
color: #000;
}
} */

.button-outline {
background-color: white;
Expand Down

0 comments on commit 234cc0d

Please sign in to comment.