mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #12328 from nextcloud/more-icon-move
Fix missing dot before class name
This commit is contained in:
commit
b56cb41e2f
1 changed files with 8 additions and 4 deletions
|
|
@ -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 a new issue