Skip to content

Commit

Permalink
fix(breadcurmb): set cursor as poniter in breadcurmb item
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonH committed Jun 13, 2020
1 parent 688a091 commit f014edc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/pages/manager/breadcrumb/breadcrumb.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ import { NavigationFlow, NavigationFlowOutNode } from '../../../@dataflow/extra'
li > a:hover {
background: #274bdb;
color: white;
cursor: pointer;
}
.active {
padding: 0.1545rem 1rem 0.1545rem 0;
Expand Down

0 comments on commit f014edc

Please sign in to comment.