FIX: Remove css that should not have been added (#25425)

Accidentally added this css that didn't need to be added as part of this
commit: 0dcdc66f58
This commit is contained in:
Blake Erickson 2024-01-25 12:17:26 -07:00 committed by GitHub
parent d34a7916c0
commit ae5c11f364
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 16 deletions

View File

@ -200,22 +200,6 @@
}
}
.arrow {
border: solid white;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 3px;
margin-left: 4px;
}
.down {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.bulk-select-actions {
}
.dismiss-container-top {
display: flex;
justify-content: flex-end;