File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <Version >10.4.0-beta02 </Version >
4+ <Version >10.4.0</Version >
55 </PropertyGroup >
66
77 <ItemGroup >
Original file line number Diff line number Diff line change 1- @use " ../../wwwroot/scss/variables" as * ;
1+ @use " ../../wwwroot/scss/variables" as * ;
22
33.checkbox-list {
44 --bb-checkbox-item-width : #{$bb-checkbox-item-width } ;
1414 flex-direction : column ;
1515 }
1616
17- & .form-control.no-border :not (.is-valid ):not (.is-invalid ) {
18- border-color : transparent ;
19- }
20-
2117 & .form-control :not (.is-invalid ):focus {
2218 box-shadow : none ;
2319 }
Original file line number Diff line number Diff line change 1- .bb-clearable-input {
1+ .bb-clearable-input {
22 display : inline-flex ;
33 align-items : center ;
44 flex-grow : 1 ;
2727 display : block ;
2828 }
2929}
30+
31+ .form-control {
32+ & .no-border :not (.is-valid ):not (.is-invalid ) {
33+ border-color : transparent ;
34+ }
35+ }
You can’t perform that action at this time.
0 commit comments