aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Nord
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-01-09 10:08:49 +0100
committerGravatar GitHub <noreply@github.com> 2023-01-09 10:08:49 +0100
commit7d12ecff0145c66113f81ce1b704316da0a403a5 (patch)
treeda7d4d6a8c6bbba80105a4e9d677d23b21d94836 /p/themes/Nord
parent5feefe416ff805090ad211eb670cc08c0db27dc1 (diff)
fix: CSS "content:" (#4985)
* fix * frss.css * improve bubble for unread articles in global view
Diffstat (limited to 'p/themes/Nord')
-rw-r--r--p/themes/Nord/nord.css21
-rw-r--r--p/themes/Nord/nord.rtl.css21
2 files changed, 0 insertions, 42 deletions
diff --git a/p/themes/Nord/nord.css b/p/themes/Nord/nord.css
index 85648aba3..e0eda2af9 100644
--- a/p/themes/Nord/nord.css
+++ b/p/themes/Nord/nord.css
@@ -388,7 +388,6 @@ img.favicon {
.box .box-content .item {
padding: 0 10px;
font-size: 0.9rem;
- line-height: 2.5em;
}
/*=== Draggable */
@@ -524,10 +523,6 @@ img.favicon {
}
-.category .title:not([data-unread="0"])::after {
- content: attr(data-unread);
-}
-
li.item.active {
background-color: var(--bg);
font-weight: bold;
@@ -754,7 +749,6 @@ li.item.active {
/*===========*/
.category .title.error::before {
color: var(--accent-light);
- content: "⚠ ";
}
@@ -794,11 +788,6 @@ li.item.active {
.flux_content .content a {
color: #000;
}
-
- .flux_content .content a::after {
- content: " [" attr(href) "] ";
- font-style: italic;
- }
}
/*=== PREVIEW */
@@ -834,15 +823,6 @@ li.item.active {
margin: -1px;
}
-.feed .item-title:not([data-unread="0"])::before {
- content: "(" attr(data-unread) ") ";
- display: none
-}
-
-.feed .item-title:not([data-unread="0"])::after {
- content: " (" attr(data-unread) ")";
-}
-
/*BEGINS BASE.CSS*/
@@ -899,7 +879,6 @@ input.extend {
/*=== Dropdown */
.dropdown-menu::after {
- content: "";
position: absolute;
top: -6px;
right: 13px;
diff --git a/p/themes/Nord/nord.rtl.css b/p/themes/Nord/nord.rtl.css
index b5f5d19e6..d2b5146a1 100644
--- a/p/themes/Nord/nord.rtl.css
+++ b/p/themes/Nord/nord.rtl.css
@@ -388,7 +388,6 @@ img.favicon {
.box .box-content .item {
padding: 0 10px;
font-size: 0.9rem;
- line-height: 2.5em;
}
/*=== Draggable */
@@ -524,10 +523,6 @@ img.favicon {
}
-.category .title:not([data-unread="0"])::after {
- content: attr(data-unread);
-}
-
li.item.active {
background-color: var(--bg);
font-weight: bold;
@@ -754,7 +749,6 @@ li.item.active {
/*===========*/
.category .title.error::before {
color: var(--accent-light);
- content: "⚠ ";
}
@@ -794,11 +788,6 @@ li.item.active {
.flux_content .content a {
color: #000;
}
-
- .flux_content .content a::after {
- content: " [" attr(href) "] ";
- font-style: italic;
- }
}
/*=== PREVIEW */
@@ -834,15 +823,6 @@ li.item.active {
margin: -1px;
}
-.feed .item-title:not([data-unread="0"])::before {
- content: "(" attr(data-unread) ") ";
- display: none
-}
-
-.feed .item-title:not([data-unread="0"])::after {
- content: " (" attr(data-unread) ")";
-}
-
/*BEGINS BASE.CSS*/
@@ -899,7 +879,6 @@ input.extend {
/*=== Dropdown */
.dropdown-menu::after {
- content: "";
position: absolute;
top: -6px;
left: 13px;