Skip to content

Commit

Permalink
css: remove unsupported properties
Browse files Browse the repository at this point in the history
neither Safari nor Firefox recognize them, and they generate a parse
error.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
  • Loading branch information
systemcrash committed Dec 22, 2024
1 parent 06461e0 commit 779ca14
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ ol, ul {

html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
height: 100%;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ h6 {

html {
overflow-y: hidden;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}

body {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
background: none;
outline: none;
-webkit-appearance: none;
-webkit-text-size-adjust: none;
}

html {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1791,7 +1791,7 @@ select + .cbi-button {

@media screen and (max-width: 992px) {
body {
-webkit-text-size-adjust: 100%;

}

#maincontainer {
Expand Down

0 comments on commit 779ca14

Please sign in to comment.