[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX][UI] Add the important flag to classes border-0 and shadow-none. They are...
"Gary Cunningham-Lee \(--- via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <6936e4b6581f9_2aa8e88c96733@gitlab-sidekiq-low-urgency-cpu-bound-v2-7966659d8-q5jbs.mail> |
Gary Cunningham-Lee pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
876db2cc by Gary Cunningham-Lee at 2025-12-08T23:38:09+09:00
[FIX][UI] Add the important flag to classes border-0 and shadow-none. They are...
---
* [FIX][UI] Add the important flag to classes border-0 and shadow-none. They are used in templates and should resist being overridden.
See merge request tikiwiki/tiki!9191
- - - - -
1 changed file:
- themes/base_files/scss/_tiki-bootstrap_overrides.scss
Changes:
=====================================
themes/base_files/scss/_tiki-bootstrap_overrides.scss
=====================================
@@ -488,10 +488,19 @@ body.fullscreen.tiki.navbar-padding {
flex-direction: column !important;
}
+// These classes are used in templates and should resist being overridden.
.p-0 {
padding: 0 !important;
}
.m-0 {
margin: 0 !important;
-}
\ No newline at end of file
+}
+
+.border-0 {
+ border: 0 !important;
+}
+
+.shadow-none {
+ box-shadow: none !important;
+}
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/876db2ccc390d1855adcf75ded70c2d36a8eb1c9
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/876db2ccc390d1855adcf75ded70c2d36a8eb1c9
You're receiving this email because of your account on gitlab.com.
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs