Remove unused code

This commit is contained in:
Andrew Kingston 2023-07-05 09:58:00 +01:00
parent 6603f2fe65
commit 86986b17d6
1 changed files with 0 additions and 7 deletions

View File

@ -58,7 +58,6 @@
button { button {
position: relative; position: relative;
} }
.spectrum-Button-label { .spectrum-Button-label {
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
@ -84,12 +83,6 @@
button:hover .tooltip { button:hover .tooltip {
opacity: 1; opacity: 1;
} }
.tooltip-icon {
padding-left: var(--spacing-m);
line-height: 0;
pointer-events: all !important;
z-index: 1;
}
.spectrum-Button--primary.new-styles { .spectrum-Button--primary.new-styles {
background: var(--spectrum-global-color-gray-800); background: var(--spectrum-global-color-gray-800);
border-color: transparent; border-color: transparent;