소스 검색

SONAR-16731 [891652] An icon lacks 3 to 1 contrast ratio

tags/9.6.0.59041
Jeremy Davis 1 년 전
부모
커밋
ef13264ccb
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      server/sonar-web/src/main/js/components/controls/SearchBox.css
  2. 1
    1
      server/sonar-web/src/main/js/components/controls/Select.tsx

+ 1
- 1
server/sonar-web/src/main/js/components/controls/SearchBox.css 파일 보기

@@ -77,7 +77,7 @@
position: absolute;
top: 4px;
left: 4px;
color: var(--gray60);
color: var(--gray52);
transition: color 0.3s ease;
}


+ 1
- 1
server/sonar-web/src/main/js/components/controls/Select.tsx 파일 보기

@@ -40,7 +40,7 @@ import { colors, others, sizes, zIndexes } from '../../app/theme';
import { ClearButton } from './buttons';

const ArrowSpan = styled.span`
border-color: #999 transparent transparent;
border-color: ${colors.gray52} transparent transparent;
border-style: solid;
border-width: 4px 4px 2px;
display: inline-block;

Loading…
취소
저장