0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Removed unused Spirit styles

No issue
- These specific styles were clashing with the Tailwind classes used in the Lexical editor. As they are not used anywhere in Admin, the simplest solution is to remove them.
This commit is contained in:
Sanne de Vries 2023-02-22 15:44:07 +01:00
parent 3aa75ee5dc
commit 4095fbc745

View file

@ -155,25 +155,6 @@
text-decoration: underline;
}
/* Can combine this with overflow-hidden to make background images grow on hover
* even if you are using background-size: cover */
.grow {
-moz-osx-font-smoothing: grayscale;
backface-visibility: hidden;
transform: translateY(0) translateZ(0);
transition: transform var(--animation-speed-normal) ease-out;
}
.grow:hover,
.grow:focus {
transform: translateY(-0.6rem) scale(1.002);
}
.grow:active {
transform: scale(.90);
}
/* Add pointer on hover */
.pointer:hover {