ui: simplifier general.css box-sizing
au lieu de inherit et de mettre box-sizing à html, on devrait pouvoir simplifier comme suit.
This commit is contained in:
parent
7a201e28a0
commit
5ff7d0b942
1 changed files with 1 additions and 5 deletions
|
@ -1,11 +1,7 @@
|
||||||
html {
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
*,
|
*,
|
||||||
*:before,
|
*:before,
|
||||||
*:after {
|
*:after {
|
||||||
box-sizing: inherit;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
Loading…
Reference in a new issue