Skip to content

Commit 6ee3e63

Browse files
committed
fix: Deep modifier not needed outside isolated css
1 parent dbb2a5a commit 6ee3e63

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/LinkDotNet.Blog.Web/wwwroot/css/aboutme.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,10 @@
8989
letter-spacing: 0.05em;
9090
}
9191

92-
/* As the MarkupComponent is a base class we have to use deep */
93-
::deep .aboutme-profile-keypoints li p {
92+
.aboutme-profile-keypoints li p {
9493
display: inline;
9594
}
9695

9796
.item-draggable {
9897
cursor: grab;
99-
}
98+
}

src/LinkDotNet.Blog.Web/wwwroot/css/basic.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ code {
186186
font-size: 2.5rem;
187187
}
188188

189-
::deep .navbar-nav li {
189+
.navbar-nav li {
190190
padding-left: 1rem;
191191
white-space: nowrap;
192192
}

0 commit comments

Comments
 (0)