[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Misplaced code committed in theme file and move it to the correct core file

Benoit Grégoire (@benoitg) via TikiWiki-cvs <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <694ad72437921_2a17fd5480896@gitlab-sidekiq-low-urgency-cpu-bound-v2-587dc6b794-gbhgv.mail>

Benoit Grégoire pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
f0fdc36c by Yves Ngalamulume at 2025-12-23T17:45:20+00:00
[FIX] Misplaced code committed in theme file and move it to the correct core file
---
* Fix misplaced Quartz selectors

* Fix misplaced Quartz selectors

* Move selectors to tiki-selectors

* [FIX] Move misplaced selectors from _bootswatch.scss to _tiki-selectors.scss according to the expected structure

* [FIX] Misplaced code committed in theme file and move it to the correct core file

See merge request tikiwiki/tiki!9138

- - - - -


2 changed files:

- themes/base_files/scss/_tiki-selectors.scss
- themes/quartz/scss/_bootswatch.scss


Changes:

=====================================
themes/base_files/scss/_tiki-selectors.scss
=====================================
@@ -1402,4 +1402,28 @@ blockquote {
 p + ul, p + ol {
     margin-top: var(--tiki-list-top-margin);  
     margin-bottom: var(--tiki-list-bottom-margin);
-}
\ No newline at end of file
+}
+
+li.highlight {
+    background-color: var(--bs-secondary-bg-subtle);
+    transition: all 0.3s ease;
+}
+
+.password-container {
+    position: relative;
+    display: inline-block;
+    width: 100%;
+
+    input {
+        padding-right: 30px;
+    }
+
+    i {
+        position: absolute;
+        right: 10px;
+        top: 50%;
+        transform: translateY(-50%);
+        cursor: pointer;
+        visibility: hidden; /* Hidden by default */
+    }
+}


=====================================
themes/quartz/scss/_bootswatch.scss
=====================================
@@ -100,31 +100,6 @@ body {
 .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
   border-right: none;
 }
-
-li.highlight {
-    background-color: var(--bs-secondary-bg-subtle);
-    transition: all 0.3s ease;
-}
-
-.password-container {
-    position: relative;
-    display: inline-block;
-    width: 100%;
-
-    input {
-        padding-right: 30px;
-    }
-
-    i {
-        position: absolute;
-        right: 10px;
-        top: 50%;
-        transform: translateY(-50%);
-        cursor: pointer;
-        visibility: hidden; /* Hidden by default */
-    }
-}
-
 .form-select:not([multiple]) {
   transition: border-color .15s ease-in-out;
 



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/f0fdc36c45627c79e1e418f2983ca70de96d4dbe

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/f0fdc36c45627c79e1e418f2983ca70de96d4dbe
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.