Fix missing dot before class name
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
6635bd6399
commit
4468141f65
|
@ -553,8 +553,10 @@ nav[role='navigation'] {
|
||||||
li {
|
li {
|
||||||
/* Move up app icon */
|
/* Move up app icon */
|
||||||
svg,
|
svg,
|
||||||
.icon-more, icon-more-white,
|
.icon-more,
|
||||||
.icon-loading-small, .icon-loading-small-dark {
|
.icon-more-white,
|
||||||
|
.icon-loading-small,
|
||||||
|
.icon-loading-small-dark {
|
||||||
transform: translateY(-7px);
|
transform: translateY(-7px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -583,8 +585,10 @@ nav[role='navigation'] {
|
||||||
li a:focus {
|
li a:focus {
|
||||||
/* Move up app icon */
|
/* Move up app icon */
|
||||||
svg,
|
svg,
|
||||||
.icon-more, icon-more-white,
|
.icon-more,
|
||||||
.icon-loading-small, .icon-loading-small-dark {
|
.icon-more-white,
|
||||||
|
.icon-loading-small,
|
||||||
|
.icon-loading-small-dark {
|
||||||
transform: translateY(-7px);
|
transform: translateY(-7px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue