Skip to content

Commit

Permalink
v2.3.1 (#1218)
Browse files Browse the repository at this point in the history
* v2.3.1

* Update _custom.scss

* Update style.css
  • Loading branch information
jokd committed Mar 26, 2021
1 parent 3b8d80e commit 44693c1
Show file tree
Hide file tree
Showing 11 changed files with 462 additions and 551 deletions.
130 changes: 36 additions & 94 deletions build/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@
height: 24px;
margin: 0;
padding: 0;
width: 100%; }
width: 100%;
min-width: 0; }
.o-ui input[type=range]:focus {
outline: none; }
.o-ui input[type=range]::-webkit-slider-runnable-track {
Expand Down Expand Up @@ -363,7 +364,7 @@
border-radius: 25px;
box-shadow: 1px 1px 4px #4a4a4a;
cursor: pointer;
height: 16px;
height: 14px;
margin-top: 1px;
width: 16px; }
.o-ui input[type=range]:focus::-ms-fill-lower {
Expand All @@ -372,71 +373,6 @@
background: #008ff5; }
.o-ui input[type=range]::-ms-tooltip {
display: none; }
.o-ui input[type=range].grey::-webkit-slider-runnable-track {
background: #dbdbdb;
border: 0;
border-radius: 0.15625rem;
height: 0.3125rem; }
.o-ui input[type=range].grey::-webkit-slider-thumb {
appearance: none;
background: #4a4a4a;
border: 0;
border-radius: 50%;
box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
cursor: pointer;
height: 0.875rem;
margin-top: -0.3125rem;
width: 0.875rem; }
.o-ui input[type=range].grey:focus {
outline: none; }
.o-ui input[type=range].grey:focus::-webkit-slider-runnable-track {
background: #dbdbdb; }
.o-ui input[type=range].grey {
border: 1px solid white; }
.o-ui input[type=range].grey::-moz-range-track {
background: #dbdbdb;
border: 0;
border-radius: 0.15625rem;
height: 0.3125rem; }
.o-ui input[type=range].grey::-moz-range-thumb {
background: #4a4a4a;
border: 0;
border-radius: 50%;
box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
cursor: pointer;
height: 0.875rem;
width: 0.875rem; }
.o-ui input[type=range].grey:-moz-focusring {
outline: 1px solid white;
outline-offset: -1px; }
.o-ui input[type=range].grey:focus::-moz-range-track {
background: #dbdbdb; }
.o-ui input[type=range].grey::-moz-focus-outer {
border: 0; }
.o-ui input[type=range].grey::-ms-track {
background: #dbdbdb;
border-color: transparent;
border-radius: 0.15625rem;
border-width: 1px 0;
color: transparent;
height: 0.3125rem; }
.o-ui input[type=range].grey::-ms-thumb {
background: #4a4a4a;
border: 0;
border-radius: 50%;
box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
cursor: pointer;
height: 0.875rem;
margin-top: 0;
width: 0.875rem; }
.o-ui input[type=range].grey::-ms-fill-lower {
background: #dbdbdb; }
.o-ui input[type=range].grey::-ms-fill-upper {
background: #dbdbdb; }
.o-ui input[type=range].grey:focus::-ms-fill-lower {
background: #dbdbdb; }
.o-ui input[type=range].grey:focus::-ms-fill-upper {
background: #dbdbdb; }
.o-ui .button,
.o-ui button {
background-color: transparent;
Expand Down Expand Up @@ -828,20 +764,21 @@
background-color: #dbdbdb; }
.o-ui .bg-grey-lightest {
background-color: #ebebeb; }
.o-ui .hover:hover {
background-color: #dbdbdb; }
.o-ui .hover.light:hover {
background-color: #dbdbdb; }
.o-ui .hover.primary:hover {
background-color: #0080db; }
.o-ui .hover.danger:hover {
background-color: #ae332d; }
.o-ui .hover.grey-light:hover {
background-color: #b5b5b5; }
.o-ui .hover.grey-lighter:hover {
background-color: #dbdbdb; }
.o-ui .hover.grey-lightest:hover {
background-color: #ebebeb; }
@media (hover: hover) and (pointer: fine) {
.o-ui .hover:hover {
background-color: #dbdbdb; }
.o-ui .hover.light:hover {
background-color: #dbdbdb; }
.o-ui .hover.primary:hover {
background-color: #0080db; }
.o-ui .hover.danger:hover {
background-color: #ae332d; }
.o-ui .hover.grey-light:hover {
background-color: #b5b5b5; }
.o-ui .hover.grey-lighter:hover {
background-color: #dbdbdb; }
.o-ui .hover.grey-lightest:hover {
background-color: #ebebeb; } }
.o-ui .margin {
margin: 0.75rem; }
.o-ui .margin-top {
Expand Down Expand Up @@ -1772,6 +1709,9 @@ body {
display: flex;
flex-direction: column;
max-height: calc(70vh - 46px); }
@media (hover: none) {
.o-map .glide__arrow:hover {
border-color: rgba(25, 25, 25, 0.25); } }
.o-map .o-card {
background-color: #fff;
font-size: 0.875em;
Expand Down Expand Up @@ -2183,29 +2123,28 @@ body {
.o-map .o-search-true .o-search-button,
.o-map .o-search-false .o-search-button-close {
display: none; }

@keyframes fadeout {
to {
opacity: 0; } }
.o-map .o-tooltip {
overflow: visible; }
.o-map .o-tooltip span[data-tooltip] {
border: 4px solid white;
height: 0;
opacity: 0;
position: absolute;
transition: opacity 0.2s ease 1s;
transition: opacity 0.2s ease 1s;
transition: opacity 0.2s ease 1s;
transition: opacity 0.2s ease 1s;
transition: opacity 0.2s ease 0s;
visibility: hidden;
/*display:non can't be used with transition*/
width: 0; }
.o-map .o-tooltip:hover span[data-tooltip] {
display: block;
display: inline-block;
opacity: 1;
visibility: visible; }
.o-map .o-tooltip:hover span[data-tooltip]::after {
background: rgba(51, 51, 51, 0.85);
border-radius: 4px;
border-radius: 4px;
border-radius: 4px;
border-width: 10px;
color: #fff;
content: attr(data-tooltip);
Expand All @@ -2217,16 +2156,19 @@ body {
white-space: nowrap;
width: auto;
z-index: 100; }
@media (hover: none) {
.o-map .o-tooltip:hover span[data-tooltip] {
animation: 0.2s linear 3s forwards fadeout; } }
.o-map .o-tooltip:hover span[data-tooltip][data-placement='east'] {
border-color: transparent rgba(51, 51, 51, 0.85) transparent transparent;
margin-top: -13px;
margin-top: 5px;
right: -10px; }
.o-map .o-tooltip:hover span[data-tooltip][data-placement='east']::after {
margin-top: -10px; }
.o-map .o-tooltip span[data-tooltip][data-placement='west'] {
border-color: transparent transparent transparent rgba(51, 51, 51, 0.85);
left: -10px;
margin-top: -13px; }
margin-top: 5px; }
.o-map .o-tooltip:hover span[data-tooltip][data-placement='west']::after {
margin-top: -10px;
right: 4px; }
Expand All @@ -2237,8 +2179,6 @@ body {
.o-map .o-tooltip:hover span[data-tooltip][data-placement='north']::after {
margin-left: 0;
margin-top: -24px;
transform: translate(-50%, 0);
transform: translate(-50%, 0);
transform: translate(-50%, 0); }
.o-map .o-tooltip span[data-tooltip][data-placement='south'] {
border-color: transparent transparent rgba(51, 51, 51, 0.85) transparent;
Expand All @@ -2247,8 +2187,6 @@ body {
.o-map .o-tooltip:hover span[data-tooltip][data-placement='south']::after {
margin-left: 0;
margin-top: 4px;
transform: translate(-50%, 0);
transform: translate(-50%, 0);
transform: translate(-50%, 0); }
.o-map .o-tools-left {
display: block;
Expand Down Expand Up @@ -2457,6 +2395,10 @@ body {
.o-map .o-measure-area .icon svg {
border-radius: 0;
overflow: visible; }
.o-map #o-print-tools-left > .collapse-scroll.expanded {
background-color: white;
border-radius: 0.25rem;
overflow: hidden; }
.o-map .print-scale-line {
background: rgba(255, 255, 255, 0.7);
border-radius: 0.1875rem;
Expand Down
3 changes: 0 additions & 3 deletions build/css/svg/fa-icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion build/css/svg/material-icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion build/js/0.origo.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/js/1.origo.js

Large diffs are not rendered by default.

288 changes: 66 additions & 222 deletions build/js/origo.js

Large diffs are not rendered by default.

188 changes: 98 additions & 90 deletions build/js/origo.min.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions build/origo-documentation/bundle.js

Large diffs are not rendered by default.

Loading

0 comments on commit 44693c1

Please sign in to comment.