This commit is contained in:
Jeremy Thomas
2024-06-23 23:35:32 +01:00
parent 1ad4cb21a2
commit 74c01f42d1
20 changed files with 62 additions and 69 deletions

View File

@@ -650,8 +650,8 @@ a.#{iv.$class-prefix}navbar-item,
.#{iv.$class-prefix}navbar-dropdown {
background-color: cv.getVar("navbar-dropdown-background-color");
border-bottom-left-radius: cv.getVar("navbar-dropdown-radius");
border-bottom-right-radius: cv.getVar("navbar-dropdown-radius");
border-end-start-radius: cv.getVar("navbar-dropdown-radius");
border-end-end-radius: cv.getVar("navbar-dropdown-radius");
border-top-color: cv.getVar("navbar-dropdown-border-color");
border-top-style: cv.getVar("navbar-dropdown-border-style");
border-top-width: cv.getVar("navbar-dropdown-border-width");

View File

@@ -192,8 +192,8 @@ $panel-colors: dv.$colors !default;
}
&:last-child {
border-bottom-left-radius: cv.getVar("panel-radius");
border-bottom-right-radius: cv.getVar("panel-radius");
border-end-start-radius: cv.getVar("panel-radius");
border-end-end-radius: cv.getVar("panel-radius");
}
}

View File

@@ -85,10 +85,8 @@ $label-colors: shared.$form-colors !default;
.#{iv.$class-prefix}button,
.#{iv.$class-prefix}input,
.#{iv.$class-prefix}select select {
// @include ltr {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
// }
border-start-end-radius: 0;
border-end-end-radius: 0;
}
}
@@ -96,10 +94,8 @@ $label-colors: shared.$form-colors !default;
.#{iv.$class-prefix}button,
.#{iv.$class-prefix}input,
.#{iv.$class-prefix}select select {
// @include ltr {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
// }
border-start-start-radius: 0;
border-end-start-radius: 0;
}
}