Skip to content

Commit

Permalink
fix time-picker disabled item focus style (#19812)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo837 authored and afc163 committed Nov 22, 2019
1 parent 102efd5 commit 040fe56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/time-picker/style/index.less
Expand Up @@ -124,6 +124,10 @@
background: transparent;
cursor: not-allowed;
}
&:focus {
color: @btn-disable-color;
font-weight: inherit;
}
}
}

Expand Down

0 comments on commit 040fe56

Please sign in to comment.