add hover state to accordions and tweaks styles (#27577)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6010ff5521
Коммит
485dc64c5f
@@ -24,7 +24,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.WorkspaceOptimizationDashboard {
|
.WorkspaceOptimizationDashboard {
|
||||||
background-color: #fff;
|
|
||||||
|
|
||||||
button[class*=' StyledChip'],
|
button[class*=' StyledChip'],
|
||||||
button[class^='StyledChip'] {
|
button[class^='StyledChip'] {
|
||||||
@@ -146,7 +145,8 @@
|
|||||||
&__title {
|
&__title {
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
color: var(--sys-denim-center-channel-text);
|
color: var(--sys-denim-center-channel-text);
|
||||||
font-size: 22px;
|
font-family: Metropolis, sans-serif;
|
||||||
|
font-size: 20px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
}
|
}
|
||||||
@@ -179,11 +179,20 @@
|
|||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
|
|
||||||
li.accordion-card {
|
li.accordion-card {
|
||||||
|
overflow: hidden;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: 1px solid rgba(63, 67, 80, 0.08) !important;
|
border: var(--border-light);
|
||||||
|
border-radius: var(--radius-s);
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
background-color: var(--sys-center-channel-bg);
|
background-color: var(--sys-center-channel-bg);
|
||||||
|
|
||||||
|
&:has(.accordion-card-header[role="button"]){
|
||||||
|
&:hover {
|
||||||
|
border: var(--border-dark);
|
||||||
|
box-shadow: var(--elevation-2);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.accordion-card-header {
|
.accordion-card-header {
|
||||||
max-height: 92px;
|
max-height: 92px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user