mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
💄 Style: fix language and theme switch cursor style (#193)
This commit is contained in:
@@ -80,6 +80,11 @@ header {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.language,
|
||||
&.theme-switch {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -162,12 +167,13 @@ header {
|
||||
}
|
||||
}
|
||||
|
||||
.theme-switch i {
|
||||
cursor: pointer;
|
||||
@include transform(rotate(225deg));
|
||||
@include transition(transform 0.4s ease);
|
||||
.theme-switch {
|
||||
i {
|
||||
@include transform(rotate(225deg));
|
||||
@include transition(transform 0.4s ease);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&:hover i {
|
||||
@include transform(rotate(45deg));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user