Skip to content

Commit

Permalink
Revert "Improve(Normal CSS): Preset outline and border style 0 solid
Browse files Browse the repository at this point in the history
…#299"

This reverts commit 96e915b.
  • Loading branch information
1aron committed Nov 7, 2023
1 parent 20a093b commit e8b515f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/normal.css/src/index.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
body {
line-height: 1.2;

-webkit-tap-highlight-color: transparent;

text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;

-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;

-moz-tab-size: 4;
tab-size: 4;
}
Expand All @@ -20,12 +24,11 @@ strong {
::before,
::after {
box-sizing: border-box;
border: 0 solid;
outline: 0 solid;
}

* {
text-rendering: geometricPrecision;
border: 0 solid;
}

body,
Expand Down

0 comments on commit e8b515f

Please sign in to comment.