Skip to content

Commit 28e7e1a

Browse files
committed
Latest changes lifted from Hive theme
1 parent 3ca3f5b commit 28e7e1a

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

dist/textpattern/jquery-ui.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
border: 0;
3535
outline: 0;
3636
font-size: 1rem;
37-
line-height: 20px;
37+
line-height: 1.5384615;
3838
list-style: none;
3939
text-decoration: none;
4040
}
@@ -567,7 +567,7 @@ a.ui-state-default:focus {
567567
font-family: inherit;
568568
/* 1 */
569569
font-size: 1rem;
570-
line-height: 20px;
570+
line-height: 1.5384615;
571571
text-align: center;
572572
-webkit-user-select: none;
573573
-moz-user-select: none;
@@ -732,7 +732,7 @@ input.ui-button.ui-icon-notext .ui-icon {
732732
}
733733

734734
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon {
735-
border: 0.3846154em solid #585858;
735+
border: 5px solid #585858;
736736
border-radius: 100%;
737737
background: #ffffff;
738738
}
@@ -1362,7 +1362,7 @@ input.ui-button.ui-icon-notext .ui-icon {
13621362
outline: 0;
13631363
/* 1 */
13641364
font-size: 1rem;
1365-
line-height: 20px;
1365+
line-height: 1.5384615;
13661366
list-style: none;
13671367
box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
13681368
}
@@ -1420,7 +1420,7 @@ input.ui-button.ui-icon-notext .ui-icon {
14201420
position: absolute;
14211421
top: 0;
14221422
bottom: 0;
1423-
left: 0.25em;
1423+
left: 0.3076923em;
14241424
margin: auto 0;
14251425
}
14261426

@@ -1458,7 +1458,7 @@ input.ui-button.ui-icon-notext .ui-icon {
14581458
}
14591459

14601460
[dir="rtl"] .ui-menu .ui-icon {
1461-
right: 0.25em;
1461+
right: 0.3076923em;
14621462
left: auto;
14631463
}
14641464

@@ -1575,7 +1575,7 @@ input.ui-button.ui-icon-notext .ui-icon {
15751575
.ui-selectmenu-icon {
15761576
flex: none;
15771577
order: 2;
1578-
margin: 0.15em -0.25em 0 0.25em;
1578+
margin: 0.2em -0.2307692em 0 0.2307692em;
15791579
}
15801580

15811581
.ui-selectmenu-text {
@@ -1606,7 +1606,7 @@ input.ui-button.ui-icon-notext .ui-icon {
16061606
border-top: 1px solid #cccccc;
16071607
font-size: 1rem;
16081608
font-weight: bold;
1609-
line-height: 20px;
1609+
line-height: 1.5384615;
16101610
}
16111611

16121612
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup:first-child {
@@ -1630,7 +1630,7 @@ input.ui-button.ui-icon-notext .ui-icon {
16301630
}
16311631

16321632
[dir="rtl"] .ui-selectmenu-icon {
1633-
margin: 0.15em 0.25em 0 -0.25em;
1633+
margin: 0.2em 0.2307692em 0 -0.2307692em;
16341634
}
16351635

16361636
/**
@@ -1663,7 +1663,6 @@ input.ui-button.ui-icon-notext .ui-icon {
16631663
}
16641664

16651665
.no-ui-button .ui-selectmenu-button .ui-selectmenu-icon {
1666-
margin: 0;
16671666
opacity: 0.66;
16681667
}
16691668

@@ -2017,10 +2016,11 @@ input.ui-button.ui-icon-notext .ui-icon {
20172016
position: relative;
20182017
width: 16px;
20192018
height: 16px;
2019+
margin-bottom: -2px;
20202020
background-size: 16px 16px;
20212021
text-indent: -9999px;
20222022
overflow: hidden;
2023-
vertical-align: text-bottom;
2023+
vertical-align: baseline;
20242024
}
20252025

20262026
.ui-widget-icon-block {

dist/textpattern/jquery-ui.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/modules/_checkboxradio.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
&.ui-checkboxradio-checked {
5353
.ui-icon {
54-
border: 0.384615384615385em solid $color-text-footnote; // 5px / 13px
54+
border: 5px solid $color-text-footnote;
5555
border-radius: 100%;
5656
background: $color-background-form;
5757
}

scss/modules/_icons.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@
1818
position: relative;
1919
width: 16px;
2020
height: 16px;
21+
margin-bottom: -2px;
2122
background-size: 16px 16px;
2223
text-indent: -9999px;
2324
overflow: hidden;
24-
vertical-align: text-bottom;
25+
vertical-align: baseline;
2526
}
2627

2728
.ui-widget-icon-block {

scss/modules/_menu.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
position: absolute;
136136
top: 0;
137137
bottom: 0;
138-
left: 0.25em;
138+
left: 0.3076923em;
139139
margin: auto 0;
140140
}
141141

@@ -177,7 +177,7 @@
177177

178178
// left-aligned (flipped to right)
179179
.ui-icon {
180-
right: 0.25em;
180+
right: 0.3076923em;
181181
left: auto;
182182
}
183183

scss/modules/_selectmenu.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
.ui-selectmenu-icon {
5656
flex: none;
5757
order: 2;
58-
margin: 0.15em -0.25em 0 0.25em;
58+
margin: 0.2em -0.2307692em 0 0.2307692em;
5959
}
6060

6161
.ui-selectmenu-text {
@@ -112,7 +112,7 @@
112112
}
113113

114114
.ui-selectmenu-icon {
115-
margin: 0.15em 0.25em 0 -0.25em;
115+
margin: 0.2em 0.2307692em 0 -0.2307692em;
116116
}
117117
}
118118

@@ -148,7 +148,6 @@
148148
}
149149

150150
.ui-selectmenu-icon {
151-
margin: 0;
152151
opacity: 0.66;
153152
}
154153

scss/setup/_settings.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ $font-code: Menlo, Consolas, Monaco, monospace !default;
1010
// typography grid
1111

1212
$base-font-size: 13px !default;
13-
$base-line-height: 20px !default;
13+
$base-line-height: 1.5384615 !default; // 20px / 13px
1414
$small-font-size: 11px !default;
15-
$small-line-height: 16px !default;
15+
$small-line-height: 1.4545455 !default; // 16px / 11px
1616

1717
// borders
1818

0 commit comments

Comments
 (0)