소스 검색

Dark theme: Fix Contacts menu icons

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
tags/v16.0.0alpha1
Jan-Christoph Borchardt 5 년 전
부모
커밋
5e497edd74
No account linked to committer's email address
2개의 변경된 파일22개의 추가작업 그리고 611개의 파일을 삭제
  1. 7
    0
      apps/accessibility/css/themedark.scss
  2. 15
    611
      apps/accessibility/js/accessibility.js

+ 7
- 0
apps/accessibility/css/themedark.scss 파일 보기

@@ -19,6 +19,7 @@ $color-border-dark: lighten($color-main-background, 14%);

#app-navigation > ul > li > a:first-child,
#app-navigation > ul > li > ul > li > a:first-child,
#contactsmenu-menu a,
#expanddiv a {
img {
filter: invert(100%);
@@ -33,6 +34,12 @@ $color-border-dark: lighten($color-main-background, 14%);
}
}

// No inversion for icons which are already inverted via functions
#contactsmenu-menu .emptycontent .icon-search,
#contactsmenu-menu .other-actions.icon-more {
filter: none;
}

.bubble,
.app-navigation-entry-menu,
.popovermenu {

+ 15
- 611
apps/accessibility/js/accessibility.js
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


Loading…
취소
저장