ソースを参照

Fix: Nord Theme: "Mark all" menu item (#4979)

* fix font-size

* fix background color
maTh 3 年 前
コミット
c0a89a99b4

+ 1 - 1
p/themes/Alternative-Dark/adark.css

@@ -348,7 +348,7 @@ a.btn {
 .dropdown-menu .item > .as-link {
 	padding: 0 22px;
 	line-height: 2.5;
-	font-size: 0.8rem;
+	font-size: inherit;
 }
 
 .dropdown-menu .dropdown-section .item > a,

+ 1 - 1
p/themes/Alternative-Dark/adark.rtl.css

@@ -348,7 +348,7 @@ a.btn {
 .dropdown-menu .item > .as-link {
 	padding: 0 22px;
 	line-height: 2.5;
-	font-size: 0.8rem;
+	font-size: inherit;
 }
 
 .dropdown-menu .dropdown-section .item > a,

+ 1 - 1
p/themes/Ansum/_components.scss

@@ -54,7 +54,7 @@
 		a, .as-link {
 			padding: 0 2rem;
 			color: variables.$main-font-color;
-			font-size: 1rem;
+			font-size: inherit;
 			line-height: 2.5em;
 
 			span.icon {

+ 1 - 1
p/themes/Dark/dark.css

@@ -329,7 +329,7 @@ a.btn {
 .dropdown-menu .item > .as-link {
 	padding: 0 22px;
 	line-height: 2.5em;
-	font-size: 0.8rem;
+	font-size: inherit;
 }
 
 .dropdown-menu .dropdown-section .item > a,

+ 1 - 1
p/themes/Dark/dark.rtl.css

@@ -329,7 +329,7 @@ a.btn {
 .dropdown-menu .item > .as-link {
 	padding: 0 22px;
 	line-height: 2.5em;
-	font-size: 0.8rem;
+	font-size: inherit;
 }
 
 .dropdown-menu .dropdown-section .item > a,

+ 1 - 1
p/themes/Flat/flat.css

@@ -322,7 +322,7 @@ a.btn {
 .dropdown-menu .item > .as-link {
 	padding: 0 22px;
 	line-height: 2.5em;
-	font-size: 0.8rem;
+	font-size: inherit;
 }
 
 .dropdown-menu .dropdown-section .item > a,

+ 1 - 1
p/themes/Flat/flat.rtl.css

@@ -322,7 +322,7 @@ a.btn {
 .dropdown-menu .item > .as-link {
 	padding: 0 22px;
 	line-height: 2.5em;
-	font-size: 0.8rem;
+	font-size: inherit;
 }
 
 .dropdown-menu .dropdown-section .item > a,

+ 1 - 1
p/themes/Mapco/_components.scss

@@ -54,7 +54,7 @@
 		a, .as-link {
 			padding: 0 2rem;
 			color: variables.$main-font-color;
-			font-size: 1rem;
+			font-size: inherit;
 			line-height: 2.5em;
 
 			span.icon {

+ 2 - 1
p/themes/Nord/nord.css

@@ -174,7 +174,7 @@ a.btn {
 	line-height: 25px;
 }
 
-.btn-important, .read_all, #actualize {
+.btn-important, #nav_menu_read_all .read_all, #actualize {
 	font-weight: bold !important;
 	background-color: var(--accent) !important;
 	color: var(--bg) !important;
@@ -238,6 +238,7 @@ a.btn {
 	padding: 0 22px;
 	color: var(--text);
 	line-height: 2.5em;
+	font-size: inherit;
 	min-width: 200px;
 }
 

+ 2 - 1
p/themes/Nord/nord.rtl.css

@@ -174,7 +174,7 @@ a.btn {
 	line-height: 25px;
 }
 
-.btn-important, .read_all, #actualize {
+.btn-important, #nav_menu_read_all .read_all, #actualize {
 	font-weight: bold !important;
 	background-color: var(--accent) !important;
 	color: var(--bg) !important;
@@ -238,6 +238,7 @@ a.btn {
 	padding: 0 22px;
 	color: var(--text);
 	line-height: 2.5em;
+	font-size: inherit;
 	min-width: 200px;
 }
 

+ 1 - 1
p/themes/Origine/origine.css

@@ -431,7 +431,7 @@ a:hover .icon {
 .dropdown-menu .item > .as-link {
 	padding: 0 22px;
 	line-height: 2.5;
-	font-size: 0.8rem;
+	font-size: inherit;
 }
 
 .dropdown-menu .dropdown-section .item > a,

+ 1 - 1
p/themes/Origine/origine.rtl.css

@@ -431,7 +431,7 @@ a:hover .icon {
 .dropdown-menu .item > .as-link {
 	padding: 0 22px;
 	line-height: 2.5;
-	font-size: 0.8rem;
+	font-size: inherit;
 }
 
 .dropdown-menu .dropdown-section .item > a,

+ 1 - 1
p/themes/Pafat/pafat.css

@@ -366,7 +366,7 @@ a.btn {
 	padding: 0 22px;
 	line-height: 2.5;
 	color: var(--font-color-grey);
-	font-size: 0.8rem;
+	font-size: inherit;
 }
 
 .dropdown-menu .dropdown-section .item > a,

+ 1 - 1
p/themes/Pafat/pafat.rtl.css

@@ -366,7 +366,7 @@ a.btn {
 	padding: 0 22px;
 	line-height: 2.5;
 	color: var(--font-color-grey);
-	font-size: 0.8rem;
+	font-size: inherit;
 }
 
 .dropdown-menu .dropdown-section .item > a,

+ 0 - 1
p/themes/base-theme/frss.css

@@ -317,7 +317,6 @@ button.as-link:hover,
 button.as-link:active {
 	background: transparent;
 	color: inherit;
-	font-size: 1.1rem;
 	border: none;
 	cursor: pointer;
 	text-align: left;

+ 0 - 1
p/themes/base-theme/frss.rtl.css

@@ -317,7 +317,6 @@ button.as-link:hover,
 button.as-link:active {
 	background: transparent;
 	color: inherit;
-	font-size: 1.1rem;
 	border: none;
 	cursor: pointer;
 	text-align: right;