Skip to content

Commit 242b22e

Browse files
authored
Merge pull request #664 from AppQuality/hotfix-improve-link-readability
fix(manual): remove useless style setting in manual editor
2 parents c3f6e7b + 113c20c commit 242b22e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/pages/Manual/components/ManualDetails.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ import { appTheme } from 'src/app/theme';
55
import { ManualResponse } from 'src/features/backoffice';
66

77
const StyledDiv = styled.div`
8-
* {
9-
color: ${appTheme.palette.grey[800]};
10-
}
8+
color: ${appTheme.palette.grey[800]};
119
> div:focus {
1210
box-shadow: none;
1311
outline: none;

0 commit comments

Comments
 (0)