fix(data): restore breadcrumb styling
This commit is contained in:
@@ -3063,7 +3063,7 @@
|
|||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-page="stats"] [data-slot="stats-breadcrumb-select-trigger"] {
|
[data-page="stats"] button[data-slot="stats-breadcrumb-select-trigger"] {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
@@ -3089,13 +3089,13 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-page="stats"] [data-slot="stats-breadcrumb-select-trigger"][data-current="true"],
|
[data-page="stats"] button[data-slot="stats-breadcrumb-select-trigger"][data-current="true"],
|
||||||
[data-page="stats"] [data-slot="stats-breadcrumb-select-trigger"]:hover,
|
[data-page="stats"] button[data-slot="stats-breadcrumb-select-trigger"]:hover,
|
||||||
[data-page="stats"] [data-slot="stats-breadcrumb-select-trigger"][data-expanded] {
|
[data-page="stats"] button[data-slot="stats-breadcrumb-select-trigger"][data-expanded] {
|
||||||
color: var(--stats-text);
|
color: var(--stats-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-page="stats"] [data-slot="stats-breadcrumb-select-trigger"]:focus-visible {
|
[data-page="stats"] button[data-slot="stats-breadcrumb-select-trigger"]:focus-visible {
|
||||||
color: var(--stats-text);
|
color: var(--stats-text);
|
||||||
outline: 1px solid var(--stats-text);
|
outline: 1px solid var(--stats-text);
|
||||||
outline-offset: 2px;
|
outline-offset: 2px;
|
||||||
@@ -3126,7 +3126,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
[data-page="stats"]
|
[data-page="stats"]
|
||||||
[data-slot="stats-breadcrumb-select-trigger"][data-expanded]
|
button[data-slot="stats-breadcrumb-select-trigger"][data-expanded]
|
||||||
[data-slot="stats-breadcrumb-select-icon"] {
|
[data-slot="stats-breadcrumb-select-icon"] {
|
||||||
transform: rotate(180deg);
|
transform: rotate(180deg);
|
||||||
}
|
}
|
||||||
@@ -7884,7 +7884,8 @@
|
|||||||
max-width: min(100%, 240px);
|
max-width: min(100%, 240px);
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-page="stats"] [data-component="model-hero-breadcrumb"] [data-slot="stats-breadcrumb-select-trigger"] {
|
[data-page="stats"] [data-component="model-hero-breadcrumb"]
|
||||||
|
button[data-slot="stats-breadcrumb-select-trigger"] {
|
||||||
max-width: min(100%, 240px);
|
max-width: min(100%, 240px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user