Browse Source

Real 2.2.11 build

pull/5359/merge
Jack 7 years ago
parent
commit
4c0c5caaec
10 changed files with 66 additions and 66 deletions
  1. 48
      dist/components/dropdown.css
  2. 8
      dist/components/dropdown.js
  3. 2
      dist/components/dropdown.min.css
  4. 4
      dist/components/dropdown.min.js
  5. 2
      dist/components/popup.js
  6. 2
      dist/components/popup.min.js
  7. 48
      dist/semantic.css
  8. 10
      dist/semantic.js
  9. 2
      dist/semantic.min.css
  10. 6
      dist/semantic.min.js

48
dist/components/dropdown.css

@ -1270,8 +1270,8 @@ select.ui.dropdown {
.ui.top.pointing.dropdown > .left.menu:after,
.ui.top.right.pointing.dropdown > .menu:after {
top: -0.25em;
left: auto;
right: 1em;
left: auto !important;
right: 1em !important;
margin: 0em;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
@ -1291,12 +1291,12 @@ select.ui.dropdown {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ui.left.pointing.dropdown > .left.menu {
.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu {
left: auto !important;
right: 100% !important;
margin: 0em 1em 0em 0em;
}
.ui.left.pointing.dropdown > .left.menu:after {
.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu:after {
top: 1em;
left: auto;
right: -0.25em;
@ -1365,43 +1365,43 @@ select.ui.dropdown {
}
/* Upward pointing */
.ui.upward.pointing.dropdown > .menu,
.ui.upward.top.pointing.dropdown > .menu {
top: auto;
bottom: 100%;
.ui.pointing.dropdown > .upward.menu,
.ui.top.pointing.dropdown > .upward.menu {
top: auto !important;
bottom: 100% !important;
margin: 0em 0em 0.78571429rem;
border-radius: 0.28571429rem;
}
.ui.upward.pointing.dropdown > .menu:after,
.ui.upward.top.pointing.dropdown > .menu:after {
top: 100%;
bottom: auto;
.ui.pointing.dropdown > .upward.menu:after,
.ui.top.pointing.dropdown > .upward.menu:after {
top: 100% !important;
bottom: auto !important;
box-shadow: 1px 1px 0px 1px rgba(34, 36, 38, 0.15);
margin: -0.25em 0em 0em;
}
/* Right Pointing Upward */
.ui.upward.right.pointing.dropdown:not(.top):not(.bottom) > .menu {
top: auto;
bottom: 0;
.ui.right.pointing.dropdown:not(.top):not(.bottom) > .upward.menu {
top: auto !important;
bottom: 0 !important;
margin: 0em 1em 0em 0em;
}
.ui.upward.right.pointing.dropdown:not(.top):not(.bottom) > .menu:after {
top: auto;
bottom: 0;
.ui.right.pointing.dropdown:not(.top):not(.bottom) > .upward.menu:after {
top: auto !important;
bottom: 0 !important;
margin: 0em 0em 1em 0em;
box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
}
/* Left Pointing Upward */
.ui.upward.left.pointing.dropdown:not(.top):not(.bottom) > .menu {
top: auto;
bottom: 0;
.ui.left.pointing.dropdown:not(.top):not(.bottom) > .upward.menu {
top: auto !important;
bottom: 0 !important;
margin: 0em 0em 0em 1em;
}
.ui.upward.left.pointing.dropdown:not(.top):not(.bottom) > .menu:after {
top: auto;
bottom: 0;
.ui.left.pointing.dropdown:not(.top):not(.bottom) > .upward.menu:after {
top: auto !important;
bottom: 0 !important;
margin: 0em 0em 1em 0em;
box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
}

8
dist/components/dropdown.js

@ -3312,11 +3312,11 @@ $.fn.dropdown = function(parameters) {
onStart : start,
onComplete : function() {
if(settings.direction == 'auto') {
if ($currentMenu.hasClass(className.leftward)) {
module.remove.leftward($subMenu);
if($currentMenu.hasClass(className.leftward)) {
module.remove.leftward($currentMenu);
}
else {
module.remove.upward($subMenu);
if($currentMenu.hasClass(className.upward)) {
module.remove.upward($currentMenu);
}
}
callback.call(element);

2
dist/components/dropdown.min.css
File diff suppressed because it is too large
View File

4
dist/components/dropdown.min.js
File diff suppressed because it is too large
View File

2
dist/components/popup.js

@ -415,7 +415,7 @@ $.fn.popup = function(parameters) {
},
supports: {
svg: function() {
return (typeof SVGGraphicsElement === undefined);
return (typeof SVGGraphicsElement === 'undefined');
}
},
animate: {

2
dist/components/popup.min.js
File diff suppressed because it is too large
View File

48
dist/semantic.css

@ -30594,8 +30594,8 @@ select.ui.dropdown {
.ui.top.pointing.dropdown > .left.menu:after,
.ui.top.right.pointing.dropdown > .menu:after {
top: -0.25em;
left: auto;
right: 1em;
left: auto !important;
right: 1em !important;
margin: 0em;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
@ -30618,13 +30618,13 @@ select.ui.dropdown {
transform: rotate(-45deg);
}
.ui.left.pointing.dropdown > .left.menu {
.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu {
left: auto !important;
right: 100% !important;
margin: 0em 1em 0em 0em;
}
.ui.left.pointing.dropdown > .left.menu:after {
.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu:after {
top: 1em;
left: auto;
right: -0.25em;
@ -30703,48 +30703,48 @@ select.ui.dropdown {
/* Upward pointing */
.ui.upward.pointing.dropdown > .menu,
.ui.upward.top.pointing.dropdown > .menu {
top: auto;
bottom: 100%;
.ui.pointing.dropdown > .upward.menu,
.ui.top.pointing.dropdown > .upward.menu {
top: auto !important;
bottom: 100% !important;
margin: 0em 0em 0.78571429rem;
border-radius: 0.28571429rem;
}
.ui.upward.pointing.dropdown > .menu:after,
.ui.upward.top.pointing.dropdown > .menu:after {
top: 100%;
bottom: auto;
.ui.pointing.dropdown > .upward.menu:after,
.ui.top.pointing.dropdown > .upward.menu:after {
top: 100% !important;
bottom: auto !important;
box-shadow: 1px 1px 0px 1px rgba(34, 36, 38, 0.15);
margin: -0.25em 0em 0em;
}
/* Right Pointing Upward */
.ui.upward.right.pointing.dropdown:not(.top):not(.bottom) > .menu {
top: auto;
bottom: 0;
.ui.right.pointing.dropdown:not(.top):not(.bottom) > .upward.menu {
top: auto !important;
bottom: 0 !important;
margin: 0em 1em 0em 0em;
}
.ui.upward.right.pointing.dropdown:not(.top):not(.bottom) > .menu:after {
top: auto;
bottom: 0;
.ui.right.pointing.dropdown:not(.top):not(.bottom) > .upward.menu:after {
top: auto !important;
bottom: 0 !important;
margin: 0em 0em 1em 0em;
box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
}
/* Left Pointing Upward */
.ui.upward.left.pointing.dropdown:not(.top):not(.bottom) > .menu {
top: auto;
bottom: 0;
.ui.left.pointing.dropdown:not(.top):not(.bottom) > .upward.menu {
top: auto !important;
bottom: 0 !important;
margin: 0em 0em 0em 1em;
}
.ui.upward.left.pointing.dropdown:not(.top):not(.bottom) > .menu:after {
top: auto;
bottom: 0;
.ui.left.pointing.dropdown:not(.top):not(.bottom) > .upward.menu:after {
top: auto !important;
bottom: 0 !important;
margin: 0em 0em 1em 0em;
box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
}

10
dist/semantic.js

@ -7669,11 +7669,11 @@ $.fn.dropdown = function(parameters) {
onStart : start,
onComplete : function() {
if(settings.direction == 'auto') {
if ($currentMenu.hasClass(className.leftward)) {
module.remove.leftward($subMenu);
if($currentMenu.hasClass(className.leftward)) {
module.remove.leftward($currentMenu);
}
else {
module.remove.upward($subMenu);
if($currentMenu.hasClass(className.upward)) {
module.remove.upward($currentMenu);
}
}
callback.call(element);
@ -10750,7 +10750,7 @@ $.fn.popup = function(parameters) {
},
supports: {
svg: function() {
return (typeof SVGGraphicsElement === undefined);
return (typeof SVGGraphicsElement === 'undefined');
}
},
animate: {

2
dist/semantic.min.css
File diff suppressed because it is too large
View File

6
dist/semantic.min.js
File diff suppressed because it is too large
View File

Loading…
Cancel
Save