0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Updated tab list style of the pintura editor

This commit is contained in:
Sodbileg Gansukh 2023-04-19 12:01:11 +01:00
parent 48030c3050
commit b227fda4cf

View file

@ -116,3 +116,24 @@
.PinturaRectManipulator[data-shape~=circle][data-direction=br]::after {
transform: rotate(90deg) !important;
}
/* Tab list */
.PinturaUtilFooter .PinturaControlList [role=tab] button {
padding: 0 10px !important;
}
.PinturaUtilFooter .PinturaControlList [role=tab][aria-selected=true] button {
color: var(--green-d1) !important;
background: none !important;
box-shadow: none !important;
}
.PinturaUtilFooter .PinturaControlList .PinturaControlListOption label:hover,
.PinturaUtilFooter .PinturaControlList [role=tab] button:hover {
box-shadow: none !important;
}
.PinturaUtilFooter .PinturaControlList [role=tab] button span {
font-weight: 500 !important;
}