Remove disabled cursor as common handles it
parent
bf440e371c
commit
b9cf2d51bc
|
@ -107,10 +107,6 @@ export default {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-accordion-header.p-disabled a {
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.p-accordion-header-text {
|
.p-accordion-header-text {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
|
@ -499,9 +499,11 @@ export default {
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
border: 1px solid;
|
border-width: 1px;
|
||||||
|
border-style: solid;
|
||||||
margin: -5px 0 0 -5px;
|
margin: -5px 0 0 -5px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
opacity: .85;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-colorpicker-panel .p-colorpicker-hue {
|
.p-colorpicker-panel .p-colorpicker-hue {
|
||||||
|
@ -521,13 +523,9 @@ export default {
|
||||||
margin-left: -2px;
|
margin-left: -2px;
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
border: 2px solid;
|
border-width: 2px;
|
||||||
|
border-style: solid;
|
||||||
opacity: .85;
|
opacity: .85;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-colorpicker-panel.p-disabled .p-colorpicker-hue-handle,
|
|
||||||
.p-colorpicker-panel.p-disabled .p-colorpicker-color-handle {
|
|
||||||
opacity: .5;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
|
@ -348,10 +348,6 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.p-fileupload-choose.p-disabled input {
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.p-fileupload-content {
|
.p-fileupload-content {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
|
@ -106,8 +106,7 @@ export default {
|
||||||
cursor: auto;
|
cursor: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-steps-item.p-steps-current .p-menuitem-link,
|
.p-steps-item.p-steps-current .p-menuitem-link {
|
||||||
.p-steps-item.p-disabled .p-menuitem-link {
|
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -86,8 +86,4 @@ export default {
|
||||||
.p-tabmenu-nav .p-menuitem-text {
|
.p-tabmenu-nav .p-menuitem-text {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-tabmenu-nav li.p-disabled a {
|
|
||||||
cursor: auto;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -110,10 +110,6 @@ export default {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-tabview-nav li.p-disabled a {
|
|
||||||
cursor: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.p-tabview-title {
|
.p-tabview-title {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue