tungsten 0.1.53 → 0.1.54
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/tungsten/components/_dialog.scss +2 -2
- data/app/assets/stylesheets/tungsten/core/_colors.scss +4 -4
- data/app/helpers/tungsten/content_helper.rb +5 -1
- data/lib/tungsten/version.rb +1 -1
- data/public/{code-0.1.53.js → code-0.1.54.js} +16 -14
- data/public/code-0.1.54.js.gz +0 -0
- data/public/code-0.1.54.map.json +1 -0
- data/public/{tungsten-0.1.53.css → tungsten-0.1.54.css} +29 -29
- data/public/tungsten-0.1.54.css.gz +0 -0
- data/public/{tungsten-0.1.53.js → tungsten-0.1.54.js} +35 -33
- data/public/{tungsten-0.1.53.js.gz → tungsten-0.1.54.js.gz} +0 -0
- data/public/tungsten-0.1.54.map.json +1 -0
- metadata +10 -10
- data/public/code-0.1.53.js.gz +0 -0
- data/public/code-0.1.53.map.json +0 -1
- data/public/tungsten-0.1.53.css.gz +0 -0
- data/public/tungsten-0.1.53.map.json +0 -1
@@ -3008,7 +3008,7 @@ th.sub-heading {
|
|
3008
3008
|
[role=button] {
|
3009
3009
|
cursor: pointer; }
|
3010
3010
|
|
3011
|
-
.button {
|
3011
|
+
.button, .dialog-continue, .dialog-continue.destructive {
|
3012
3012
|
-ms-flex-item-align: center;
|
3013
3013
|
-ms-grid-row-align: center;
|
3014
3014
|
align-self: center;
|
@@ -3031,19 +3031,19 @@ th.sub-heading {
|
|
3031
3031
|
border-radius: 3px;
|
3032
3032
|
-webkit-transition: color 0.25s, background 0.25s, box-shadow 0.25s;
|
3033
3033
|
transition: color 0.25s, background 0.25s, box-shadow 0.25s; }
|
3034
|
-
.button.large {
|
3034
|
+
.button.large, .large.dialog-continue {
|
3035
3035
|
padding: 12px 15px; }
|
3036
|
-
.button, .button:visited {
|
3036
|
+
.button, .dialog-continue, .dialog-continue.destructive, .button:visited, .dialog-continue:visited {
|
3037
3037
|
color: inherit;
|
3038
3038
|
box-shadow: 0 0 0 1px rgba(15, 33, 46, 0.1), 0 1px 3px rgba(15, 33, 46, 0.15); }
|
3039
|
-
.button:hover, .button:focus, .button:active {
|
3039
|
+
.button:hover, .dialog-continue:hover, .button:focus, .dialog-continue:focus, .button:active, .dialog-continue:active {
|
3040
3040
|
color: #0094fd;
|
3041
3041
|
box-shadow: 0 0 0 1px rgba(15, 33, 46, 0.2), 0 1px 3px rgba(15, 33, 46, 0.25); }
|
3042
|
-
.button.destructive, .button.destructive:visited {
|
3042
|
+
.button.destructive, .destructive.dialog-continue, .button.destructive:visited, .destructive.dialog-continue:visited {
|
3043
3043
|
color: #dd2f41; }
|
3044
|
-
.button.destructive:hover, .button.destructive:focus, .button.destructive:active {
|
3044
|
+
.button.destructive:hover, .destructive.dialog-continue:hover, .button.destructive:focus, .destructive.dialog-continue:focus, .button.destructive:active, .destructive.dialog-continue:active {
|
3045
3045
|
color: #A81C27; }
|
3046
|
-
.button.primary, .dialog-continue, .button.primary:visited, .dialog-continue:visited {
|
3046
|
+
.button.primary, .dialog-continue, .dialog-continue.destructive, .button.primary:visited, .dialog-continue:visited {
|
3047
3047
|
color: #fff;
|
3048
3048
|
background: #0094fd;
|
3049
3049
|
box-shadow: 0 0 0 1px #0085e4, 0 1px 3px rgba(15, 33, 46, 0.15); }
|
@@ -3051,51 +3051,51 @@ th.sub-heading {
|
|
3051
3051
|
color: #fff;
|
3052
3052
|
background: #006dff;
|
3053
3053
|
box-shadow: 0 0 0 1px #006dff, 0 1px 3px rgba(15, 33, 46, 0.15); }
|
3054
|
-
.button.primary-destructive, .dialog-continue.destructive, .button.primary-destructive:visited, .dialog-continue.destructive:visited {
|
3054
|
+
.button.primary-destructive, .primary-destructive.dialog-continue, .dialog-continue.destructive, .button.primary-destructive:visited, .primary-destructive.dialog-continue:visited, .dialog-continue.destructive:visited {
|
3055
3055
|
color: #fff;
|
3056
3056
|
background: #dd2f41;
|
3057
3057
|
box-shadow: 0 0 0 1px #d02234, 0 1px 3px rgba(15, 33, 46, 0.15); }
|
3058
|
-
.button.primary-destructive:hover, .dialog-continue.destructive:hover, .button.primary-destructive:focus, .dialog-continue.destructive:focus, .button.primary-destructive:active, .dialog-continue.destructive:active {
|
3058
|
+
.button.primary-destructive:hover, .primary-destructive.dialog-continue:hover, .dialog-continue.destructive:hover, .button.primary-destructive:focus, .primary-destructive.dialog-continue:focus, .dialog-continue.destructive:focus, .button.primary-destructive:active, .primary-destructive.dialog-continue:active, .dialog-continue.destructive:active {
|
3059
3059
|
color: #fff;
|
3060
3060
|
background: #A81C27;
|
3061
3061
|
box-shadow: 0 0 0 1px #A81C27, 0 1px 3px rgba(15, 33, 46, 0.15); }
|
3062
|
-
.button.clear {
|
3062
|
+
.button.clear, .clear.dialog-continue {
|
3063
3063
|
padding-left: 2px;
|
3064
3064
|
padding-right: 2px; }
|
3065
|
-
.button.clear, .button.clear:visited {
|
3065
|
+
.button.clear, .clear.dialog-continue, .button.clear:visited, .clear.dialog-continue:visited {
|
3066
3066
|
box-shadow: none;
|
3067
3067
|
background: transparent; }
|
3068
|
-
.button.clear:hover, .button.clear:focus, .button.clear:active {
|
3068
|
+
.button.clear:hover, .clear.dialog-continue:hover, .button.clear:focus, .clear.dialog-continue:focus, .button.clear:active, .clear.dialog-continue:active {
|
3069
3069
|
box-shadow: none;
|
3070
3070
|
background: transparent; }
|
3071
3071
|
.button.clear.primary, .clear.dialog-continue {
|
3072
3072
|
color: #0094fd; }
|
3073
3073
|
.button.clear.primary:hover, .clear.dialog-continue:hover {
|
3074
3074
|
color: #0076ca; }
|
3075
|
-
.button.clear.destructive {
|
3075
|
+
.button.clear.destructive, .clear.destructive.dialog-continue {
|
3076
3076
|
color: inherit; }
|
3077
|
-
.button.clear.destructive:hover {
|
3077
|
+
.button.clear.destructive:hover, .clear.destructive.dialog-continue:hover {
|
3078
3078
|
color: #dd2f41; }
|
3079
|
-
.button.clear.primary-destructive, .clear.dialog-continue.destructive {
|
3079
|
+
.button.clear.primary-destructive, .clear.primary-destructive.dialog-continue, .clear.dialog-continue.destructive {
|
3080
3080
|
color: #dd2f41; }
|
3081
|
-
.button.clear.primary-destructive:hover, .clear.dialog-continue.destructive:hover {
|
3081
|
+
.button.clear.primary-destructive:hover, .clear.primary-destructive.dialog-continue:hover, .clear.dialog-continue.destructive:hover {
|
3082
3082
|
color: #A81C27; }
|
3083
|
-
.button[disabled] {
|
3083
|
+
.button[disabled], [disabled].dialog-continue {
|
3084
3084
|
opacity: .5;
|
3085
3085
|
pointer-events: none; }
|
3086
|
-
.button .inline-icon {
|
3086
|
+
.button .inline-icon, .dialog-continue .inline-icon {
|
3087
3087
|
margin: 0 4px; }
|
3088
|
-
.button .inline-icon:first-child {
|
3088
|
+
.button .inline-icon:first-child, .dialog-continue .inline-icon:first-child {
|
3089
3089
|
margin-left: 0; }
|
3090
|
-
.button .inline-icon:last-child {
|
3090
|
+
.button .inline-icon:last-child, .dialog-continue .inline-icon:last-child {
|
3091
3091
|
margin-right: 0; }
|
3092
|
-
.button.icon-button {
|
3092
|
+
.button.icon-button, .icon-button.dialog-continue {
|
3093
3093
|
vertical-align: bottom;
|
3094
3094
|
padding: 5px; }
|
3095
|
-
.button.icon-button svg {
|
3095
|
+
.button.icon-button svg, .icon-button.dialog-continue svg {
|
3096
3096
|
fill: currentColor;
|
3097
3097
|
height: 20px; }
|
3098
|
-
.button.icon-button.large svg {
|
3098
|
+
.button.icon-button.large svg, .icon-button.large.dialog-continue svg {
|
3099
3099
|
height: 26px; }
|
3100
3100
|
|
3101
3101
|
.button-group {
|
@@ -3105,16 +3105,16 @@ th.sub-heading {
|
|
3105
3105
|
-webkit-box-align: start;
|
3106
3106
|
-ms-flex-align: start;
|
3107
3107
|
align-items: flex-start; }
|
3108
|
-
.button-group .button + .button {
|
3108
|
+
.button-group .button + .button, .button-group .dialog-continue + .button, .button-group .button + .dialog-continue, .button-group .dialog-continue + .dialog-continue {
|
3109
3109
|
margin: 0; }
|
3110
|
-
.button-group .button:not(:first-child):not(:last-child) {
|
3110
|
+
.button-group .button:not(:first-child):not(:last-child), .button-group .dialog-continue:not(:first-child):not(:last-child) {
|
3111
3111
|
border-radius: 0; }
|
3112
|
-
.button-group .button:first-child {
|
3112
|
+
.button-group .button:first-child, .button-group .dialog-continue:first-child {
|
3113
3113
|
border-radius: 3px 0 0 3px; }
|
3114
|
-
.button-group .button:last-child {
|
3114
|
+
.button-group .button:last-child, .button-group .dialog-continue:last-child {
|
3115
3115
|
border-radius: 0 3px 3px 0; }
|
3116
3116
|
|
3117
|
-
.button-wrapper + .button-wrapper, .button_to + .button-wrapper, .button_to + .button_to, .button + .button {
|
3117
|
+
.button-wrapper + .button-wrapper, .button_to + .button-wrapper, .button_to + .button_to, .button + .button, .dialog-continue + .button, .button + .dialog-continue, .dialog-continue + .dialog-continue {
|
3118
3118
|
margin-left: 8px; }
|
3119
3119
|
|
3120
3120
|
.button-wrapper + a {
|
@@ -3762,7 +3762,7 @@ table.card {
|
|
3762
3762
|
margin-left: auto; }
|
3763
3763
|
.dialog-actions button ~ button {
|
3764
3764
|
margin-right: 10px; }
|
3765
|
-
.dialog button:not(.primary-destructive):focus {
|
3765
|
+
.dialog button:not(.primary-destructive):not(.dialog-continue.destructive):focus {
|
3766
3766
|
box-shadow: 0 0 2px 3px rgba(0, 148, 253, 0.5), 0 0 0 1px #0085e4, 0 1px 3px rgba(15, 33, 46, 0.15); }
|
3767
3767
|
|
3768
3768
|
.half-margin {
|
Binary file
|