We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b02f68 commit ebfef32Copy full SHA for ebfef32
1 file changed
samples/inputs/tooltip/advanced/src/index.css
@@ -93,7 +93,6 @@ igc-tooltip::part(base) {
93
}
94
95
96
-
97
.trigger:nth-of-type(6) {
98
cursor: pointer;
99
@@ -247,6 +246,7 @@ igc-tooltip::part(base) {
247
246
border-radius: 0.125rem;
248
gap: 0.5rem;
249
background-color: var(--ig-error-50);
+ border: unset;
250
padding: 0.188rem 0.5rem;
251
252
@@ -265,7 +265,7 @@ igc-tooltip::part(base) {
265
266
p {
267
font-size: 0.625rem;
268
- width: 116px;
+ width: 158px;
269
line-height: 1rem;
270
letter-spacing: 0.33px;
271
margin: unset;
@@ -367,7 +367,7 @@ igc-tooltip::part(base) {
367
368
display: flex;
369
justify-content: space-between;
370
- width: 260px;
+ width: 280px;
371
--ig-icon-color: var(--ig-gray-700);
372
373
0 commit comments