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 {
|
||||
/* Move up app icon */
|
||||
svg,
|
||||
.icon-more, icon-more-white,
|
||||
.icon-loading-small, .icon-loading-small-dark {
|
||||
.icon-more,
|
||||
.icon-more-white,
|
||||
.icon-loading-small,
|
||||
.icon-loading-small-dark {
|
||||
transform: translateY(-7px);
|
||||
}
|
||||
|
||||
|
@ -583,8 +585,10 @@ nav[role='navigation'] {
|
|||
li a:focus {
|
||||
/* Move up app icon */
|
||||
svg,
|
||||
.icon-more, icon-more-white,
|
||||
.icon-loading-small, .icon-loading-small-dark {
|
||||
.icon-more,
|
||||
.icon-more-white,
|
||||
.icon-loading-small,
|
||||
.icon-loading-small-dark {
|
||||
transform: translateY(-7px);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue