Skip to content

Commit

Permalink
Remove more old deprecated rules
Browse files Browse the repository at this point in the history
  • Loading branch information
recrwplay committed Oct 21, 2024
1 parent 453504f commit 26e4c82
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/css/neo4j-docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,7 @@ div.roles > span.role {
.sect2.beta > h3::after,
span.alpha::after,
span.beta::after,
div.deprecated p::after,
p.deprecated::before,
section.deprecated .title::after,
span.deprecated::after,
.deprecated > .title::after,
div.not-on-aura > h2::after,
div.not-on-aura > h3::after,
div.not-on-aura > h4::after,
Expand Down Expand Up @@ -177,11 +173,6 @@ div.roles > span.role::after {
margin-bottom: 0;
}

body.deprecated article h1::after,
.deprecated dt::after,
p.deprecated::before,
section.deprecated .title::after,
.deprecated > .title::after,
span.deprecated::after {
content: "Deprecated";
background: var(--deprecated-background-color);
Expand Down Expand Up @@ -261,10 +252,6 @@ span.fabric::after {
color: var(--deprecated-color);
}

.doc .admonitionblock.deprecated .icon i::after {
content: 'DEPRECATED';
}

.doc .admonitionblock.deprecated {
background-color: var(--deprecated-background-color);
border-left-color: var(--deprecated-color);
Expand Down

0 comments on commit 26e4c82

Please sign in to comment.