@carbon/styles 1.35.0-rc.0 → 1.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/css/styles.css
CHANGED
|
@@ -15226,6 +15226,7 @@ button.cds--dropdown-text:focus {
|
|
|
15226
15226
|
cursor: pointer;
|
|
15227
15227
|
font-family: inherit;
|
|
15228
15228
|
opacity: 1;
|
|
15229
|
+
text-overflow: ellipsis;
|
|
15229
15230
|
transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
15230
15231
|
}
|
|
15231
15232
|
.cds--select-input:hover {
|