refactor(css): remove redundant .text-bg-* combined utility #146
@@ -5,7 +5,7 @@
|
||||
# FILE INFORMATION
|
||||
# DEFGROUP: Gitea.Workflow
|
||||
# INGROUP: mokocli.Automation
|
||||
# VERSION: 01.00.00
|
||||
# VERSION: 02.27.06
|
||||
# BRIEF: Auto-create feature branch when an issue is opened
|
||||
|
||||
name: "Universal: Issue Branch"
|
||||
|
||||
+2
-2
@@ -8,11 +8,11 @@
|
||||
DEFGROUP: Joomla.Template.Site
|
||||
INGROUP: MokoOnyx.Documentation
|
||||
PATH: ./CHANGELOG.md
|
||||
VERSION: 02.27.00
|
||||
VERSION: 02.27.06
|
||||
BRIEF: Changelog file documenting version history of MokoOnyx
|
||||
-->
|
||||
|
||||
# Changelog — MokoOnyx (VERSION: 02.27.00)
|
||||
# Changelog — MokoOnyx (VERSION: 02.27.06)
|
||||
## [Unreleased]
|
||||
|
||||
## [02.27.00] --- 2026-06-21
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@
|
||||
INGROUP: MokoOnyx.Governance
|
||||
REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoOnyx
|
||||
FILE: SECURITY.md
|
||||
VERSION: 02.27.00
|
||||
VERSION: 02.27.06
|
||||
BRIEF: Security policy and vulnerability reporting process for MokoOnyx.
|
||||
PATH: /SECURITY.md
|
||||
NOTE: This policy is process oriented and does not replace secure engineering practices.
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
* INGROUP: MokoOnyx
|
||||
* REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoOnyx
|
||||
* PATH: /html/layouts/joomla/module/card.php
|
||||
* VERSION: 02.27.00
|
||||
* VERSION: 02.27.06
|
||||
* BRIEF: Custom card module chrome — renders module titles for all modules
|
||||
*/
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
* INGROUP: MokoOnyx.Layouts
|
||||
* REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoOnyx
|
||||
* PATH: /src/html/layouts/mokoonyx/article-metadata.php
|
||||
* VERSION: 02.27.00
|
||||
* VERSION: 02.27.06
|
||||
* BRIEF: Article metadata footer layout -- renders jcfields grouped by field group
|
||||
*/
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
* INGROUP: MokoOnyx.Accessibility
|
||||
* REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoOnyx
|
||||
* PATH: ./media/css/a11y-high-contrast.css
|
||||
* VERSION: 02.27.00
|
||||
* VERSION: 02.27.06
|
||||
* BRIEF: High-contrast stylesheet for accessibility toolbar
|
||||
*/
|
||||
|
||||
|
||||
@@ -8046,46 +8046,6 @@ fieldset:disabled .btn {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.text-bg-primary {
|
||||
color: var(--body-color, #22262a);
|
||||
background-color: var(--primary, #010156);
|
||||
}
|
||||
|
||||
|
||||
.text-bg-secondary {
|
||||
color: var(--body-color, #22262a) ;
|
||||
background-color: RGBA(109, 117, 126, var(--bg-opacity, 1)) ;
|
||||
}
|
||||
|
||||
.text-bg-success {
|
||||
color: var(--body-color, #22262a) ;
|
||||
background-color: RGBA(68, 131, 68, var(--bg-opacity, 1)) ;
|
||||
}
|
||||
|
||||
.text-bg-info {
|
||||
color: var(--body-color, #22262a) ;
|
||||
background-color: RGBA(48, 99, 141, var(--bg-opacity, 1)) ;
|
||||
}
|
||||
|
||||
.text-bg-warning {
|
||||
color: var(--body-color, #22262a) ;
|
||||
background-color: RGBA(173, 98, 0, var(--bg-opacity, 1)) ;
|
||||
}
|
||||
|
||||
.text-bg-danger {
|
||||
color: var(--body-color, #22262a) ;
|
||||
background-color: RGBA(165, 31, 24, var(--bg-opacity, 1)) ;
|
||||
}
|
||||
|
||||
.text-bg-light {
|
||||
color: hsl(0, 0%, 0%) ;
|
||||
background-color: RGBA(249, 250, 251, var(--bg-opacity, 1)) ;
|
||||
}
|
||||
|
||||
.text-bg-dark {
|
||||
color: var(--body-color, #22262a) ;
|
||||
background-color: RGBA(53, 59, 65, var(--bg-opacity, 1)) ;
|
||||
}
|
||||
|
||||
.link-primary {
|
||||
color: var(--link-primary-color, hsl(240, 98%, 50%));
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
</updateservers>
|
||||
<dlid prefix="dlid=" suffix=""/>
|
||||
<name>mokoonyx</name>
|
||||
<version>02.27.00</version>
|
||||
<version>02.27.06</version>
|
||||
<scriptfile>script.php</scriptfile>
|
||||
<creationDate>2026-05-16</creationDate>
|
||||
<author>Jonathan Miller || Moko Consulting</author>
|
||||
|
||||
Reference in New Issue
Block a user