Browse Source

fix link focus style

pull/5801/head
afc163 8 years ago
parent
commit
b9851f84c8
  1. 3
      components/dropdown/style/index.less
  2. 1
      components/notification/style/index.less

3
components/dropdown/style/index.less

@ -66,6 +66,9 @@
padding: 7px 16px;
margin: -7px -16px;
transition: all .3s;
&:focus {
text-decoration: none;
}
}
&-selected,

1
components/notification/style/index.less

@ -91,6 +91,7 @@
top: 10px;
color: @text-color-secondary;
outline: none;
text-decoration: none;
&:hover {
color: #404040;
}

Loading…
Cancel
Save