Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
}
}

.bit-dgp-fst:before,
.bit-dgp-lst:before {
.bit-dgp-fst::before,
.bit-dgp-lst::before {
content: "\F371";
font-style: normal;
font-weight: normal;
display: inline-block;
font-family: 'Fabric MDL2 bit BlazorUI Extras';
}

.bit-dgp-prv:before,
.bit-dgp-nex:before {
.bit-dgp-prv::before,
.bit-dgp-nex::before {
content: "\E96F";
font-style: normal;
font-weight: normal;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
font-family: 'Fabric MDL2 bit BlazorUI Extras' !important;
}

.bit-icon-ex--ChevronLeftEnd6:before { content: "\F371"; }
.bit-icon-ex--ChevronLeftSmall:before { content: "\E96F"; }
.bit-icon-ex--More:before { content: "\E712"; }
.bit-icon-ex--ColumnRightTwoThirds:before { content: "\F1D7"; }
.bit-icon-ex--ChevronLeftEnd6::before { content: "\F371"; }
.bit-icon-ex--ChevronLeftSmall::before { content: "\E96F"; }
.bit-icon-ex--More::before { content: "\E712"; }
.bit-icon-ex--ColumnRightTwoThirds::before { content: "\F1D7"; }
4,626 changes: 2,313 additions & 2,313 deletions src/BlazorUI/Bit.BlazorUI.Icons/Styles/fabric.mdl2.icons.scss

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
height: var(--bit-ch-ind-size);
border-radius: $shp-border-radius;

&:before {
&::before {
content: '';
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
color: $clr-err;
border-color: $clr-err;

&:before {
&::before {
border-color: $clr-err;
}

&:after {
&::after {
border-color: $clr-err;
background-color: $clr-err;
}
Expand Down
6 changes: 3 additions & 3 deletions src/BlazorUI/Bit.BlazorUI/Components/Navs/Pivot/BitPivot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
}

.bit-pvti-sel {
&:before {
&::before {
background-color: $clr-pri;
}

Expand Down Expand Up @@ -207,7 +207,7 @@
line-height: spacing(5.5);
background-color: transparent;

&:before {
&::before {
bottom: 0;
content: "";
position: absolute;
Expand All @@ -226,7 +226,7 @@
.bit-pvt-sta,
.bit-pvt-end {
.bit-pvti-sel {
&:before {
&::before {
bottom: auto;
top: spacing(1);
width: spacing(0.25);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
height: var(--bit-ldn-size);
}

.bit-ldn-dur-ccn:after {
.bit-ldn-dur-ccn::after {
content: " ";
display: block;
border-radius: 50%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
animation: bit-ldn-hrt-anm 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bit-ldn-hrt-chl:after,
.bit-ldn-hrt-chl:before {
.bit-ldn-hrt-chl::after,
.bit-ldn-hrt-chl::before {
content: " ";
display: block;
position: absolute;
Expand All @@ -30,12 +30,12 @@
background: var(--bit-ldn-color);
}

.bit-ldn-hrt-chl:before {
.bit-ldn-hrt-chl::before {
border-radius: 50% 0 0 50%;
left: calc(-1 * var(--bit-ldn-hrt-24));
}

.bit-ldn-hrt-chl:after {
.bit-ldn-hrt-chl::after {
border-radius: 50% 50% 0 0;
top: calc(-1 * var(--bit-ldn-hrt-24));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
height: var(--bit-ldn-size);
}

.bit-ldn-hgl-ccn:after {
.bit-ldn-hgl-ccn::after {
width: 0;
height: 0;
content: " ";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
animation: bit-ldn-rol-anm 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.bit-ldn-rol-chl:after {
.bit-ldn-rol-chl::after {
content: " ";
display: block;
position: absolute;
Expand All @@ -28,7 +28,7 @@
animation-delay: -0.036s;
}

.bit-ldn-rol-ch1:after {
.bit-ldn-rol-ch1::after {
top: var(--bit-ldn-rol-63);
left: var(--bit-ldn-rol-63);
}
Expand All @@ -37,7 +37,7 @@
animation-delay: -0.072s;
}

.bit-ldn-rol-ch2:after {
.bit-ldn-rol-ch2::after {
top: var(--bit-ldn-rol-68);
left: var(--bit-ldn-rol-56);
}
Expand All @@ -46,7 +46,7 @@
animation-delay: -0.108s;
}

.bit-ldn-rol-ch3:after {
.bit-ldn-rol-ch3::after {
top: var(--bit-ldn-rol-71);
left: var(--bit-ldn-rol-48);
}
Expand All @@ -55,7 +55,7 @@
animation-delay: -0.144s;
}

.bit-ldn-rol-ch4:after {
.bit-ldn-rol-ch4::after {
top: var(--bit-ldn-rol-72);
left: var(--bit-ldn-rol-40);
}
Expand All @@ -64,7 +64,7 @@
animation-delay: -0.18s;
}

.bit-ldn-rol-ch5:after {
.bit-ldn-rol-ch5::after {
top: var(--bit-ldn-rol-71);
left: var(--bit-ldn-rol-32);
}
Expand All @@ -73,7 +73,7 @@
animation-delay: -0.216s;
}

.bit-ldn-rol-ch6:after {
.bit-ldn-rol-ch6::after {
top: var(--bit-ldn-rol-68);
left: var(--bit-ldn-rol-24);
}
Expand All @@ -82,7 +82,7 @@
animation-delay: -0.252s;
}

.bit-ldn-rol-ch7:after {
.bit-ldn-rol-ch7::after {
top: var(--bit-ldn-rol-63);
left: var(--bit-ldn-rol-17);
}
Expand All @@ -91,7 +91,7 @@
animation-delay: -0.288s;
}

.bit-ldn-rol-ch8:after {
.bit-ldn-rol-ch8::after {
top: var(--bit-ldn-rol-56);
left: var(--bit-ldn-rol-12);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
transform-origin: var(--bit-ldn-spn-40) var(--bit-ldn-spn-40);
}

.bit-ldn-spn-chl:after {
.bit-ldn-spn-chl::after {
content: " ";
display: block;
position: absolute;
Expand Down
50 changes: 25 additions & 25 deletions src/BlazorUI/Bit.BlazorUI/Styles/fabric.mdl2.bit.blazoui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,28 @@
font-family: 'Fabric MDL2 bit BlazorUI' !important;
}

.bit-icon--Accept:before { content: "\E8FB"; }
.bit-icon--Add:before { content: "\E710"; }
.bit-icon--CalendarMirrored:before { content: "\ED28"; }
.bit-icon--Cancel:before { content: "\E711"; }
.bit-icon--ChevronDownSmall:before { content: "\E96E"; }
.bit-icon--ChevronRight:before { content: "\E76C"; }
.bit-icon--ChromeBackMirrored:before { content: "\EA47"; }
.bit-icon--Clock:before { content: "\E917"; }
.bit-icon--Completed:before { content: "\E930"; }
.bit-icon--Delete:before { content: "\E74D"; }
.bit-icon--DoubleChevronUp:before { content: "\EDBD"; }
.bit-icon--ErrorBadge:before { content: "\EA39"; }
.bit-icon--FavoriteStar:before { content: "\E734"; }
.bit-icon--FavoriteStarFill:before { content: "\E735"; }
.bit-icon--GotoToday:before { content: "\E8D1"; }
.bit-icon--Hide3:before { content: "\F6AC"; }
.bit-icon--Info:before { content: "\E946"; }
.bit-icon--More:before { content: "\E712"; }
.bit-icon--Pause:before { content: "\E769"; }
.bit-icon--Play:before { content: "\E768"; }
.bit-icon--Search:before { content: "\E721"; }
.bit-icon--Sort:before { content: "\E8CB"; }
.bit-icon--Up:before { content: "\E74A"; }
.bit-icon--View:before { content: "\E890"; }
.bit-icon--Warning:before { content: "\E7BA"; }
.bit-icon--Accept::before { content: "\E8FB"; }
.bit-icon--Add::before { content: "\E710"; }
.bit-icon--CalendarMirrored::before { content: "\ED28"; }
.bit-icon--Cancel::before { content: "\E711"; }
.bit-icon--ChevronDownSmall::before { content: "\E96E"; }
.bit-icon--ChevronRight::before { content: "\E76C"; }
.bit-icon--ChromeBackMirrored::before { content: "\EA47"; }
.bit-icon--Clock::before { content: "\E917"; }
.bit-icon--Completed::before { content: "\E930"; }
.bit-icon--Delete::before { content: "\E74D"; }
.bit-icon--DoubleChevronUp::before { content: "\EDBD"; }
.bit-icon--ErrorBadge::before { content: "\EA39"; }
.bit-icon--FavoriteStar::before { content: "\E734"; }
.bit-icon--FavoriteStarFill::before { content: "\E735"; }
.bit-icon--GotoToday::before { content: "\E8D1"; }
.bit-icon--Hide3::before { content: "\F6AC"; }
.bit-icon--Info::before { content: "\E946"; }
.bit-icon--More::before { content: "\E712"; }
.bit-icon--Pause::before { content: "\E769"; }
.bit-icon--Play::before { content: "\E768"; }
.bit-icon--Search::before { content: "\E721"; }
.bit-icon--Sort::before { content: "\E8CB"; }
.bit-icon--Up::before { content: "\E74A"; }
.bit-icon--View::before { content: "\E890"; }
.bit-icon--Warning::before { content: "\E7BA"; }
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ private async Task HandleValidSubmit()
border: 2px solid tomato;
}

.custom-class *, .custom-class *:after {
.custom-class *, .custom-class *::after {
border: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
border: 2px solid tomato;
}

.custom-class *, .custom-class *:after {
.custom-class *, .custom-class *::after {
border: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ private void HandleValidSubmit() { }
border: 2px solid tomato;
}

.custom-class *, .custom-class *:after {
.custom-class *, .custom-class *::after {
border: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
border: 2px solid tomato;
}

.custom-class *, .custom-class *:after {
.custom-class *, .custom-class *::after {
border: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public partial class BitDateRangePickerDemo
border: 2px solid tomato;
}

.custom-class *, .custom-class *:after {
.custom-class *, .custom-class *::after {
border: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
border: 2px solid tomato;
}

.custom-class *, .custom-class *:after {
.custom-class *, .custom-class *::after {
border: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}

.custom-container,
.custom-container:after {
.custom-container::after {
border-radius: 1rem;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@ public class Product
box-shadow: darkgray 0 0 0.5rem;
}

.custom-container, .custom-container:after {
.custom-container, .custom-container::after {
border-radius: 1rem;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ Combo Chips Dynamic
box-shadow: darkgray 0 0 0.5rem;
}

.custom-container, .custom-container:after {
.custom-container, .custom-container::after {
border-radius: 1rem;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ private void HandleOnDynamicAdd(BitDropdownOption<string> item)
box-shadow: darkgray 0 0 0.5rem;
}

.custom-container, .custom-container:after {
.custom-container, .custom-container::after {
border-radius: 1rem;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ private async Task OpenCallout()
border: 2px solid tomato;
}

.custom-class *, .custom-class *:after {
.custom-class *, .custom-class *::after {
border: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
border: 2px solid tomato;
}

.custom-class *, .custom-class *:after {
.custom-class *, .custom-class *::after {
border: none;
}

Expand Down
Loading