diff options
| author | Hunternif <hunternif@gmail.com> | 2019-04-24 01:14:41 +0700 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2019-04-24 01:22:05 +0700 |
| commit | cb1840b0c09e7014ce264d95c469e9d0d1bfd55f (patch) | |
| tree | a6dd024f5a608bd8bbb2dae2b286c1c1cab0d231 /client/css | |
| parent | fba3a659e037e9c30e1a0ceb268809b6445c4528 (diff) | |
client: button to remove post metrics
Diffstat (limited to 'client/css')
| -rw-r--r-- | client/css/post-metric-input.styl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/css/post-metric-input.styl b/client/css/post-metric-input.styl index 1a2f07f..2d4046b 100644 --- a/client/css/post-metric-input.styl +++ b/client/css/post-metric-input.styl @@ -24,6 +24,10 @@ ul.compact-unset-metrics, ul.compact-post-metrics a:focus outline: 0 box-shadow: inset 0 0 0 2px $main-color + .remove-metric + color: $inactive-link-color + unselectable() + margin-right: 0.5em i padding-right: 0.4em .metric-bounds |