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