Remove unused code
This commit is contained in:
parent
6603f2fe65
commit
86986b17d6
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue