1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

restore desktop pseudo rule

This commit is contained in:
DanHillesheim
2022-10-24 15:27:11 -06:00
parent ad4eb68452
commit 623240e556

View File

@@ -120,6 +120,19 @@
z-index: 1;
text-align: left;
&:before {
content: "";
position: absolute;
right: 0;
bottom: 0;
height: 1px;
width: calc(100% - 10px);
border-bottom: 1px solid #000000;
@include themify($themes) {
border-bottom-color: themed("boxBorderColor");
}
}
&:first-child,
&:last-child {
border-radius: $border-radius;