Make WordPress Themes

Changeset 156380

Timestamp:
10/19/2021 02:32:59 AM (4 years ago)
Author:
themedropbox
Message:

New version of Lightning - 14.11.6

Location:
lightning/14.11.6
Files:
5 edited
1 copied

Legend:

Unmodified
Added
Removed
  • lightning/14.11.6/_g3/assets/_js/_master.js

    r147818 r156380  
    2626        let body_class_lock = false;
    2727
    28         let header_scrool_func = ()=>{ 
     28        let header_scrool_func = ()=>{
    2929
    3030            let siteHeader = document.getElementById('site-header');
  • lightning/14.11.6/_g3/vendor/composer/installed.php

    r155438 r156380  
    66        'install_path' => __DIR__ . '/../../',
    77        'aliases' => array(),
    8         'reference' => '749110ff77ac2ae725cba543716b04b578b07599',
     8        'reference' => 'ff6bba2115dd105a5ac576c2585aac078b4eaaa7',
    99        'name' => '__root__',
    1010        'dev' => true,
     
    1717            'install_path' => __DIR__ . '/../../',
    1818            'aliases' => array(),
    19             'reference' => '749110ff77ac2ae725cba543716b04b578b07599',
     19            'reference' => 'ff6bba2115dd105a5ac576c2585aac078b4eaaa7',
    2020            'dev_requirement' => false,
    2121        ),
     
    3939        ),
    4040        'vektor-inc/vk-color-palette-manager' => array(
    41             'pretty_version' => '0.0.10',
    42             'version' => '0.0.10.0',
     41            'pretty_version' => '0.0.11',
     42            'version' => '0.0.11.0',
    4343            'type' => 'library',
    4444            'install_path' => __DIR__ . '/../vektor-inc/vk-color-palette-manager',
    4545            'aliases' => array(),
    46             'reference' => 'e077c358c3ab8c03fb57620d9347e9b5a2aa962a',
     46            'reference' => '53f20d1074f93e5fb4ced25ececed15961a478d2',
    4747            'dev_requirement' => false,
    4848        ),
  • lightning/14.11.6/_g3/vendor/vektor-inc/vk-color-palette-manager/src/VkColorPaletteManager.php

    r155438 r156380  
    66 * @license GPL-2.0+
    77 *
    8  * @version 0.0.10
     8 * @version 0.0.11
    99 */
    1010
     
    140140                // 色はこのクラスでだけの利用なら直接指定でも良いが、他のクラス名で応用できるように一旦css変数に格納している.
    141141                $dynamic_css .= ':root{ --' . $color['slug'] . ':' . $color['color'] . '}';
    142                 $dynamic_css .= '.has-' . $color['slug'] . '-color { color:var(--' . $color['slug'] . '); }';
    143                 $dynamic_css .= '.has-' . $color['slug'] . '-background-color { background-color:var(--' . $color['slug'] . '); }';
     142                // .has- だけだと負けるので :root は迂闊に消さないように注意
     143                $dynamic_css .= ':root .has-' . $color['slug'] . '-color { color:var(--' . $color['slug'] . '); }';
     144                $dynamic_css .= ':root .has-' . $color['slug'] . '-background-color { background-color:var(--' . $color['slug'] . '); }';
    144145            }
    145146        }
  • lightning/14.11.6/readme.txt

    r156308 r156380  
    33Lightning WordPress theme is licensed under the GPL.
    44Tested up to: 5.8.1
    5 Stable tag: 14.11.5
     5Stable tag: 14.11.6
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3838
    3939== Changelog ==
     40
     41v14.11.6
     42[ G3 ][ Bug fix ] Cope with vk-blocks button custom color ( vk blocks 1.16.3 - )
    4043
    4144v14.11.5
  • lightning/14.11.6/style.css

    r156308 r156380  
    66Author: Vektor,Inc.
    77Author URI: https://www.vektor-inc.co.jp
    8 Version: 14.11.5
     8Version: 14.11.6
    99Requires at least: 5.3
    1010Tested up to: 5.8.1
Note: See TracChangeset for help on using the changeset viewer.