username@email.com
2023-03-27 0d96ff4e0833d6a2813a969e1ae0a48f27eee497
1
2
3
4
5
6
7
8
9
10
11
12
.s-btn:hover .m-btn-line,
.s-btn-active .m-btn-line,
.s-btn-plain-active .m-btn-line {
  display: inline-block;
}
.l-btn:hover .s-btn-downarrow,
.s-btn-active .s-btn-downarrow,
.s-btn-plain-active .s-btn-downarrow {
  border-style: solid;
  border-color: #ccc;
  border-width: 0 0 0 1px;
}