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:
parent
3aa75ee5dc
commit
4095fbc745
1 changed files with 0 additions and 19 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue