mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 00:15:15 +08:00
UX: remove underline from del & ins elements
This commit is contained in:
parent
4078b22887
commit
765e842101
|
@ -116,6 +116,12 @@
|
||||||
a {
|
a {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
del,
|
||||||
|
ins {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
ins {
|
ins {
|
||||||
background-color: dark-light-choose(
|
background-color: dark-light-choose(
|
||||||
$success-low,
|
$success-low,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user