Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/rustdoc-gui/label-next-to-symbol.goml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ assert: (".stab.portability")
// make sure that deprecated and portability have the right colors
assert-css: (
".item-table .item-name .stab.deprecated",
{ "background-color": "rgb(255, 245, 214)" },
{ "background-color": "#fff5d6" },
)
assert-css: (
".item-table .item-name .stab.portability",
{ "background-color": "rgb(255, 245, 214)" },
{ "background-color": "#fff5d6" },
)

// table like view
Expand Down