|
43 | 43 | cursor: pointer; |
44 | 44 | background-color: transparent; |
45 | 45 | border: 0; |
46 | | - @include border-radius(var(--bs-border-radius)); |
| 46 | + @include border-radius(var(--bs-radius-6)); |
47 | 47 | @include transition(color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out); |
48 | 48 |
|
49 | 49 | &:hover { |
|
104 | 104 | color: var(--bs-fg-3, var(--bs-secondary-color)); |
105 | 105 | background-color: var(--bs-bg-body); |
106 | 106 | border: var(--bs-border-width) solid var(--bs-border-color); |
107 | | - @include border-radius(var(--bs-border-radius-sm)); |
| 107 | + @include border-radius(var(--bs-radius-4)); |
108 | 108 | } |
109 | 109 |
|
110 | 110 | // Search dialog shell |
|
118 | 118 | --dialog-padding: .75rem; |
119 | 119 | --dialog-header-padding: .75rem; |
120 | 120 | --dialog-footer-padding: .5rem .75rem; |
121 | | - --dialog-border-radius: var(--border-radius-xl); |
| 121 | + --dialog-border-radius: var(--bs-radius-8); |
122 | 122 |
|
123 | 123 | align-self: flex-start; |
124 | 124 | width: 640px; |
@@ -225,7 +225,7 @@ bd-search-results:not(:focus-within) .bd-search-result:first-child > .bd-search- |
225 | 225 | column-gap: .5rem; |
226 | 226 | padding: .75rem; |
227 | 227 | text-decoration: none; |
228 | | - @include border-radius(var(--bs-border-radius-lg)); |
| 228 | + @include border-radius(var(--bs-radius-6)); |
229 | 229 |
|
230 | 230 | &:hover { |
231 | 231 | background-color: var(--bs-bg-1); |
@@ -321,7 +321,7 @@ bd-search-results:not(:focus-within) .bd-search-result:first-child > .bd-search- |
321 | 321 | cursor: pointer; |
322 | 322 | background-color: transparent; |
323 | 323 | border: 0; |
324 | | - @include border-radius(var(--bs-border-radius-sm)); |
| 324 | + @include border-radius(var(--bs-radius-3)); |
325 | 325 | @include transition(color .15s ease-in-out, background-color .15s ease-in-out); |
326 | 326 |
|
327 | 327 | &:hover { |
@@ -370,7 +370,7 @@ bd-search-results:not(:focus-within) .bd-search-result:first-child > .bd-search- |
370 | 370 | .placeholder { |
371 | 371 | display: block; |
372 | 372 | height: .65rem; |
373 | | - @include border-radius(var(--bs-border-radius-sm)); |
| 373 | + @include border-radius(var(--bs-radius-3)); |
374 | 374 | } |
375 | 375 |
|
376 | 376 | .placeholder.col-4 { |
|
0 commit comments