mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-29 08:48:18 -05:00
Work around silly LESS transparent color issue until ours is upgraded.
This commit is contained in:
@@ -7216,7 +7216,7 @@ body.with-listing-chooser.listing-chooser-collapsed {
|
||||
margin-top: -@size;
|
||||
display: block;
|
||||
content: '';
|
||||
border: @size solid transparent;
|
||||
border: @size solid ~"transparent";
|
||||
border-style: solid solid outset; // mitigates firefox drawing a thicker arrow
|
||||
border-left-color: lighten(#369, 25%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user