docs: add background color for versionadded and deprecated#7018
Merged
kenjis merged 2 commits intocodeigniter4:4.3from Dec 27, 2022
Merged
docs: add background color for versionadded and deprecated#7018kenjis merged 2 commits intocodeigniter4:4.3from
kenjis merged 2 commits intocodeigniter4:4.3from
Conversation
Member
Author
|
The check failure is not related to this PR. Run if [[ -n "$(git status --porcelain 2>/dev/null)" ]]; then
Your changes to the SCSS files did not match the expected CSS output.
diff --git a/system/Debug/Toolbar/Views/toolbar.css b/system/Debug/Toolbar/Views/toolbar.css
index 4cb379c..744d939 100644
--- a/system/Debug/Toolbar/Views/toolbar.css
+++ b/system/Debug/Toolbar/Views/toolbar.css
@@ -427,8 +427,8 @@
-webkit-box-shadow: 0 0 4px #DFDFDF;
}
#debug-icon a:active,
-#debug-icon a:link,
-#debug-icon a:visited {
+ #debug-icon a:link,
+ #debug-icon a:visited {
color: #DD8615;
}
#debug-bar {
@@ -436,17 +436,17 @@
color: #DFDFDF;
}
#debug-bar h1,
-#debug-bar h2,
-#debug-bar h3,
-#debug-bar p,
-#debug-bar a,
-#debug-bar button,
-#debug-bar table,
-#debug-bar thead,
-#debug-bar tr,
-#debug-bar td,
-#debug-bar button,
-#debug-bar .toolbar {
+ #debug-bar h2,
+ #debug-bar h3,
+ #debug-bar p,
+ #debug-bar a,
+ #debug-bar button,
+ #debug-bar table,
+ #debug-bar thead,
+ #debug-bar tr,
+ #debug-bar td,
+ #debug-bar button,
+ #debug-bar .toolbar {
background-color: transparent;
color: #DFDFDF;
}
@@ -498,7 +498,7 @@
color: #DFDFDF;
}
#debug-bar #toolbar-position,
-#debug-bar #toolbar-theme {
+ #debug-bar #toolbar-theme {
filter: brightness(0) invert(0.6);
}
#debug-bar .ci-label.active {
@@ -518,7 +518,7 @@
-webkit-box-shadow: 0 -1px 4px #434343;
}
#debug-bar .timeline th,
-#debug-bar .timeline td {
+ #debug-bar .timeline td {
border-color: #434343;
}
#debug-bar .timeline .timer {
Error: Process completed with exit code 1.https://github.com/codeigniter4/CodeIgniter4/actions/runs/3773523222/jobs/6415034257 |
michalsn
reviewed
Dec 25, 2022
michalsn
approved these changes
Dec 26, 2022
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
6b060d9 to
2a46142
Compare
paulbalandan
approved these changes
Dec 27, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Checklist: