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

attachment display and download. refactor to WC

This commit is contained in:
Kyle Spearrin
2017-07-11 23:04:53 -04:00
parent 1cacc9e729
commit 63be97d1b9
7 changed files with 348 additions and 96 deletions

View File

@@ -354,6 +354,10 @@
color: @gray-light;
}
small.item-sub-label {
margin-top: 2px;
}
&.condensed {
padding: 3px 10px;
@@ -449,7 +453,7 @@
}
&.list-no-selection {
.list-grouped-item, .list-section-item {
.list-grouped-item:not(.list-allow-selection), .list-section-item:not(.list-allow-selection) {
&:hover {
background-color: white;
}