funny link hover attempt 2
This commit is contained in:
parent
027695cec0
commit
58691cf896
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "12.119.0-calc.9",
|
"version": "12.119.0-calc.9.1",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -483,23 +483,19 @@ hr {
|
||||||
._link {
|
._link {
|
||||||
color: var(--link);
|
color: var(--link);
|
||||||
|
|
||||||
// &::after {
|
&:after {
|
||||||
// content: '';
|
content: '';
|
||||||
// position: absolute;
|
position: absolute;
|
||||||
// width: 100%;
|
bottom: 0;
|
||||||
// transform: scaleX(0);
|
left: 0;
|
||||||
// height: 2px;
|
width: 0%;
|
||||||
// bottom: 0;
|
border-bottom: 2px solid var(--link);
|
||||||
// left: 0;
|
transition: 0.4s;
|
||||||
// background-color: var(--link);
|
}
|
||||||
// transform-origin: bottom right;
|
|
||||||
// transition: transform 0.25s ease-out;
|
|
||||||
// }
|
|
||||||
|
|
||||||
// &:hover::after {
|
&:hover:after {
|
||||||
// transform: scaleX(1);
|
width: 100%;
|
||||||
// transform-origin: bottom left;
|
}
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
._caption {
|
._caption {
|
||||||
|
|
Loading…
Reference in New Issue