Remove unused code
This commit is contained in:
parent
6603f2fe65
commit
86986b17d6
|
@ -58,7 +58,6 @@
|
|||
button {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.spectrum-Button-label {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
@ -84,12 +83,6 @@
|
|||
button:hover .tooltip {
|
||||
opacity: 1;
|
||||
}
|
||||
.tooltip-icon {
|
||||
padding-left: var(--spacing-m);
|
||||
line-height: 0;
|
||||
pointer-events: all !important;
|
||||
z-index: 1;
|
||||
}
|
||||
.spectrum-Button--primary.new-styles {
|
||||
background: var(--spectrum-global-color-gray-800);
|
||||
border-color: transparent;
|
||||
|
|
Loading…
Reference in New Issue