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