Lint fixes

pull/310/head
cagataycivici 2020-05-01 01:24:08 +03:00
parent 739b199b2b
commit 2d5dd3a9f4
3 changed files with 3 additions and 3 deletions

View File

@ -105,7 +105,7 @@ export default {
.p-accordion-header a:focus { .p-accordion-header a:focus {
z-index: 1; z-index: 1;
} }
.p-accordion-header.p-disabled a { .p-accordion-header.p-disabled a {
cursor: default; cursor: default;

View File

@ -72,5 +72,5 @@ export default {
width: 24px; width: 24px;
margin-right: .5em; margin-right: .5em;
} }
} }
</style> </style>

View File

@ -216,7 +216,7 @@ export default {
width: 24px; width: 24px;
margin-right: .5em; margin-right: .5em;
} }
} }
</CodeHighlight> </CodeHighlight>
</TabPanel> </TabPanel>
</TabView> </TabView>