Smaller tooltip arrow, fixed accordion focus rings
parent
7521007dd0
commit
03b05e5bd2
|
@ -33,7 +33,6 @@ const theme = ({ dt }) => `
|
||||||
height: 0;
|
height: 0;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
scale: 2;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-tooltip-right .p-tooltip-arrow {
|
.p-tooltip-right .p-tooltip-arrow {
|
||||||
|
|
|
@ -23,7 +23,7 @@ export default {
|
||||||
width: '{focus.ring.width}',
|
width: '{focus.ring.width}',
|
||||||
style: '{focus.ring.style}',
|
style: '{focus.ring.style}',
|
||||||
color: '{focus.ring.color}',
|
color: '{focus.ring.color}',
|
||||||
offset: '{focus.ring.offset}',
|
offset: '-1px',
|
||||||
shadow: '{focus.ring.shadow}'
|
shadow: '{focus.ring.shadow}'
|
||||||
},
|
},
|
||||||
toggleIcon: {
|
toggleIcon: {
|
||||||
|
|
|
@ -20,7 +20,7 @@ export default {
|
||||||
style: '{focus.ring.style}',
|
style: '{focus.ring.style}',
|
||||||
color: '{focus.ring.color}',
|
color: '{focus.ring.color}',
|
||||||
offset: '{focus.ring.offset}',
|
offset: '{focus.ring.offset}',
|
||||||
shadow: '{focus.ring.shadow}'
|
shadow: 'inset {focus.ring.shadow}'
|
||||||
},
|
},
|
||||||
toggleIcon: {
|
toggleIcon: {
|
||||||
color: '{text.muted.color}',
|
color: '{text.muted.color}',
|
||||||
|
|
|
@ -23,7 +23,7 @@ export default {
|
||||||
width: '{focus.ring.width}',
|
width: '{focus.ring.width}',
|
||||||
style: '{focus.ring.style}',
|
style: '{focus.ring.style}',
|
||||||
color: '{focus.ring.color}',
|
color: '{focus.ring.color}',
|
||||||
offset: '{focus.ring.offset}',
|
offset: '-2px',
|
||||||
shadow: '{focus.ring.shadow}'
|
shadow: '{focus.ring.shadow}'
|
||||||
},
|
},
|
||||||
toggleIcon: {
|
toggleIcon: {
|
||||||
|
|
Loading…
Reference in New Issue