mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Fix shadow in popover-list
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
|
||||
.select-list.popover-list {
|
||||
background-color: @overlay-background-color;
|
||||
-webkit-box-shadow: 0 0 3px 3px @base-border-color;
|
||||
box-shadow: 0 0 10px @base-border-color;
|
||||
padding: @component-padding/2;
|
||||
border-radius: @component-border-radius;
|
||||
border: 1px solid @overlay-border-color;
|
||||
|
||||
Reference in New Issue
Block a user