~cytrogen/masto-fe

49d2e8979fa43596e992719435117e368ab76254 — Trevor Wolf 2 years ago 50ff3d3
fix poll input active style (#26162)

1 files changed, 5 insertions(+), 0 deletions(-)

M app/javascript/styles/mastodon/polls.scss
M app/javascript/styles/mastodon/polls.scss => app/javascript/styles/mastodon/polls.scss +5 -0
@@ 128,6 128,11 @@
      border-width: 4px;
    }

    &.active {
      background-color: $ui-button-focus-background-color;
      border-color: $ui-button-focus-background-color;
    }

    &::-moz-focus-inner {
      outline: 0 !important;
      border: 0;