mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
17 lines
216 B
CSS
17 lines
216 B
CSS
a {
|
|
-webkit-appearance: NONE;
|
|
APPEARANCE: NONE;
|
|
}
|
|
b {
|
|
-webkit-appearance: AUTO;
|
|
APPEARANCE: AUTO;
|
|
}
|
|
c {
|
|
-WEBKIT-APPEARANCE: NONE;
|
|
APPEARANCE: NONE;
|
|
}
|
|
d {
|
|
-webkit-appearance: NONE;
|
|
APPEARANCE: NONE;
|
|
}
|