Fix layout button styling

This commit is contained in:
Robert Long
2021-11-10 17:03:32 -08:00
parent dc57166229
commit 4c7c3e2cd3
6 changed files with 22 additions and 29 deletions

View File

@@ -44,22 +44,12 @@ limitations under the License.
background-color: #ffffff;
}
.headerButton {
width: 32px;
height: 32px;
border-radius: 32px;
}
.headerButton svg * {
fill: #8e99a4;
}
.headerButton:hover {
background-color: #8d97a5;
}
.headerButton:hover svg * {
fill: #394049;
fill: #8d97a5;
}
.headerButton.on svg * {