mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
Fix customization JS in docs
This commit is contained in:
parent
0887100b29
commit
c140eca48a
4 changed files with 5 additions and 5 deletions
2
docs/js/pico.docs.min.js
vendored
2
docs/js/pico.docs.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -486,7 +486,7 @@
|
|||
+ '[data-theme="generated"] {'
|
||||
+ '--primary-border: var(--primary);'
|
||||
+ '--primary-hover-border: var(--primary-hover);'
|
||||
+ '--input-hover-border: var(--primary-hover);'
|
||||
+ '--input-hover-border: var(--primary);'
|
||||
+ '--input-focus: var(--primary-focus);'
|
||||
+ '--input-inverse: var(--primary-inverse);'
|
||||
+ '}';
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
function addButtons() {
|
||||
var buttons = document.createElement('P');
|
||||
buttons.innerHTML = '<button class="secondary add">'
|
||||
+ '<svg xmlns="http://www.w3.org/2000/svg" height="1rem" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">'
|
||||
+ '<svg xmlns="http://www.w3.org/2000/svg" height="1rem" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">'
|
||||
+ '<line x1="12" y1="5" x2="12" y2="19">'
|
||||
+ '</line><line x1="5" y1="12" x2="19" y2="12">'
|
||||
+ '</line>'
|
||||
|
@ -70,7 +70,7 @@
|
|||
+ '</button>'
|
||||
|
||||
+ '<button class="secondary remove">'
|
||||
+ '<svg xmlns="http://www.w3.org/2000/svg" height="1rem" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">'
|
||||
+ '<svg xmlns="http://www.w3.org/2000/svg" height="1rem" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">'
|
||||
+ '<line x1="5" y1="12" x2="19" y2="12"></line>'
|
||||
+ '</svg>'
|
||||
+ ' Remove column'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue