diff options
| author | Melissa Zhang <mzhang19096@gmail.com> | 2020-04-22 23:24:14 -0700 |
|---|---|---|
| committer | Melissa Zhang <mzhang19096@gmail.com> | 2020-04-22 23:24:14 -0700 |
| commit | 13f182c2f138c25b0b57169dc94ecbfdd59483ef (patch) | |
| tree | a73e5fa1d3ca80f25d4b997d2c8955b02e57dbb8 /src/client/views/nodes/ComparisonBox.scss | |
| parent | 1f68dae9485294f642bdb842347c53e5fab604d0 (diff) | |
icons for clear buttons
Diffstat (limited to 'src/client/views/nodes/ComparisonBox.scss')
| -rw-r--r-- | src/client/views/nodes/ComparisonBox.scss | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/client/views/nodes/ComparisonBox.scss b/src/client/views/nodes/ComparisonBox.scss index 5112ed4b8..38d3a04e9 100644 --- a/src/client/views/nodes/ComparisonBox.scss +++ b/src/client/views/nodes/ComparisonBox.scss @@ -40,18 +40,18 @@ .clear-button { position: absolute; - top: 0; - height: 25px; - width: 25px; - background-color: white; - border-radius: 50%; + opacity: 1; + pointer-events: all; + cursor: pointer; } .clear-button.before { - left: 0; + top: 3px; + left: 3px; } .clear-button.after { - right: 0; + top: 3px; + right: 3px; } }
\ No newline at end of file |
