Change button hover colors

This commit is contained in:
Keavon Chambers 2021-04-11 14:13:21 -07:00
parent d0ddc1f49c
commit 38bd41bb9f
7 changed files with 12 additions and 12 deletions

View file

@ -17,7 +17,7 @@
fill: #ddd;
&:hover {
background: #555;
background: #666;
fill: #fff;
}
}

View file

@ -25,7 +25,7 @@
}
&:hover {
background: #555;
background: #666;
color: white;
fill: white;
}

View file

@ -45,7 +45,7 @@
background: #333;
&:hover {
background: #555;
background: #666;
}
&.right {

View file

@ -23,19 +23,19 @@
}
.icon-button {
background: #888;
& + .icon-button {
margin-left: 1px;
}
background: #555;
&:hover {
background: #555;
background: #666;
}
&.active {
background: #3194d6;
}
& + .icon-button {
margin-left: 1px;
}
}
}
</style>

View file

@ -10,7 +10,7 @@
border-radius: 4px;
&:hover {
background: #555;
background: #666;
}
&.active {

View file

@ -21,7 +21,7 @@
}
&:hover {
background: #555;
background: #666;
svg {
fill: #fff;

View file

@ -24,7 +24,7 @@
}
&:hover {
background: #555;
background: #666;
svg {
fill: #fff;