mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-22 03:07:57 +11:00
1.0.36
This commit is contained in:
parent
c8ef2f58c1
commit
8c83a11bd8
3 changed files with 46 additions and 27 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "colubrina",
|
||||
"version": "1.0.35",
|
||||
"version": "1.0.36",
|
||||
"description": "Simple instant communication.",
|
||||
"private": true,
|
||||
"author": "Troplo <troplo@troplo.com>",
|
||||
|
|
45
frontend/patches/vuetify+2.6.10.patch
Normal file
45
frontend/patches/vuetify+2.6.10.patch
Normal file
|
@ -0,0 +1,45 @@
|
|||
diff --git a/node_modules/vuetify/es5/directives/ripple/index.js b/node_modules/vuetify/es5/directives/ripple/index.js
|
||||
old mode 100644
|
||||
new mode 100755
|
||||
index 228e3ec..d97c443
|
||||
--- a/node_modules/vuetify/es5/directives/ripple/index.js
|
||||
+++ b/node_modules/vuetify/es5/directives/ripple/index.js
|
||||
@@ -162,6 +162,8 @@ function rippleShow(e) {
|
||||
|
||||
value.center = element._ripple.centered || isKeyboardEvent(e);
|
||||
|
||||
+ ripples.hide(element);
|
||||
+
|
||||
if (element._ripple.class) {
|
||||
value.class = element._ripple.class;
|
||||
}
|
||||
diff --git a/node_modules/vuetify/lib/directives/ripple/index.js b/node_modules/vuetify/lib/directives/ripple/index.js
|
||||
old mode 100644
|
||||
new mode 100755
|
||||
index c895ae0..0718d0c
|
||||
--- a/node_modules/vuetify/lib/directives/ripple/index.js
|
||||
+++ b/node_modules/vuetify/lib/directives/ripple/index.js
|
||||
@@ -151,6 +151,8 @@ function rippleShow(e) {
|
||||
|
||||
value.center = element._ripple.centered || isKeyboardEvent(e);
|
||||
|
||||
+ ripples.hide(element);
|
||||
+
|
||||
if (element._ripple.class) {
|
||||
value.class = element._ripple.class;
|
||||
}
|
||||
diff --git a/node_modules/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.sass b/node_modules/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.sass
|
||||
old mode 100644
|
||||
new mode 100755
|
||||
index ee4419a..101f5db
|
||||
--- a/node_modules/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.sass
|
||||
+++ b/node_modules/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.sass
|
||||
@@ -9,7 +9,7 @@
|
||||
background-color: map-get($material, 'dividers')
|
||||
|
||||
.v-divider
|
||||
- border-color: map-get($material, 'dividers')
|
||||
+ width: 0
|
||||
|
||||
// Block
|
||||
.v-navigation-drawer
|
|
@ -1,26 +0,0 @@
|
|||
diff --git a/node_modules/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.sass b/node_modules/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.sass
|
||||
index ee4419a..6d1ba3d 100644
|
||||
--- a/node_modules/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.sass
|
||||
+++ b/node_modules/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.sass
|
||||
@@ -9,7 +9,7 @@
|
||||
background-color: map-get($material, 'dividers')
|
||||
|
||||
.v-divider
|
||||
- border-color: map-get($material, 'dividers')
|
||||
+ width: 0
|
||||
|
||||
// Block
|
||||
.v-navigation-drawer
|
||||
diff --git a/node_modules/vuetify/src/styles/settings/_dark.scss b/node_modules/vuetify/src/styles/settings/_dark.scss
|
||||
index 753d70d..12980cc 100644
|
||||
--- a/node_modules/vuetify/src/styles/settings/_dark.scss
|
||||
+++ b/node_modules/vuetify/src/styles/settings/_dark.scss
|
||||
@@ -6,7 +6,7 @@ $material-dark-elevation-colors: () !default;
|
||||
$material-dark-elevation-colors: map-deep-merge(
|
||||
(
|
||||
'0': #000000,
|
||||
- '1': #1E1E1E,
|
||||
+ '1': #151515,
|
||||
'2': #222222,
|
||||
'3': #252525,
|
||||
'4': #272727,
|
Loading…
Reference in a new issue