Skip to content
Snippets Groups Projects
Commit 3f08ddb8 authored by donal meehan's avatar donal meehan
Browse files

Backed out 1 changesets (bug 1889866) from esr115 for causing test failures

Backed out changeset 7089cb4c66b3 (bug 1889866)
parent 3f8f0876
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,7 @@
<link
rel="stylesheet"
href="chrome://global/skin/design-system/tokens-brand.css"
/>
<link
rel="stylesheet"
media="all"
href="chrome://browser/skin/syncedtabs/sidebar.css"
/>
<link rel="localization" href="browser/syncedTabs.ftl" />
......
......@@ -237,12 +237,17 @@ body {
.deck .instructions {
text-align: center;
color: var(--text-color-deemphasized);
color: GrayText;
padding: 0 11px;
max-width: 15em;
margin: 0 auto;
}
:root[lwt-sidebar] .deck .instructions {
color: inherit;
opacity: .6;
}
.deck .button {
display: block;
background-color: #0060df;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment