1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

selection highlights

This commit is contained in:
Kyle Spearrin
2018-01-27 08:52:39 -05:00
parent b0e78be1f6
commit 85d4da7def
4 changed files with 59 additions and 15 deletions

View File

@@ -128,6 +128,15 @@ textarea {
padding: 5px 0;
color: $text-color;
}
&.active {
background-color: darken($background-color-alt, 5%);
border-radius: $border-radius;
margin-left: -15px;
margin-right: -15px;
padding-left: 15px;
padding-right: 15px;
}
}
}
}