remove button hover effect
This commit is contained in:
parent
4d4092d2de
commit
32533587d8
@ -108,14 +108,12 @@ button {
|
|||||||
color: black;
|
color: black;
|
||||||
border: 2px solid black;
|
border: 2px solid black;
|
||||||
border-radius: unset;
|
border-radius: unset;
|
||||||
|
outline: black;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tablink:hover {
|
|
||||||
background-color: #777;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Style the tab content (and add height:100% for full page content) */
|
/* Style the tab content (and add height:100% for full page content) */
|
||||||
.tabcontent {
|
.tabcontent {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user