Update _dropdown.scss

pull/2098/head
maxgrapps 6 years ago committed by GitHub
parent da8ef5df24
commit f2d7503604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      apps/block_scout_web/assets/css/components/_dropdown.scss

@ -30,8 +30,10 @@
font-size: 12px;
padding: 10px 20px;
&:hover {
&:hover, &.active {
color: #fff;
background-color: rgba($primary, .1) !important;
color: $primary;
}
&:first-child {

Loading…
Cancel
Save