/ packages / atom-dark-ui / styles / dropdowns.less
dropdowns.less
 1  .dropdown-menu {
 2    background-color: @overlay-background-color;
 3    border-radius: @component-border-radius;
 4    border: 1px solid @base-border-color;
 5    padding: 0;
 6  
 7    > li > a {
 8      .text(normal);
 9    }
10  
11    > li > a:hover {
12      .text(highlight);
13      background-color: @background-color-highlight;
14    }
15  }