1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

fixed bugs found creating demo video

This commit is contained in:
addison
2021-02-16 13:11:14 -05:00
parent 1290ff2c40
commit 73bc46ae4a
5 changed files with 22 additions and 11 deletions

View File

@@ -102,7 +102,7 @@
&:hover, &:focus, &.active {
@include themify($themes) {
background-color: themed('boxBackgroundHoverColor');
textarea {
> * {
background-color: themed('boxBackgroundHoverColor');
}
}
@@ -169,7 +169,7 @@
&.box-content-row-multi {
width: 100%;
input:not([type="checkbox"]):not([type="checkbox"]) {
input:not([type="checkbox"]):not([type="radio"]) {
width: 100%;
}
@@ -251,8 +251,8 @@
}
&.box-content-row-radio {
display: grid;
grid-template-columns: 1fr;
display: flex;
flex-direction: column;
.item {
display: flex;
flex: 1;