@charset "utf-8";
@import "../../base/fn";

.ysui-cell_access {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  color: inherit;
  &:not(.ysui-cell_disabled):active {
    background-color: $ysui-c8;
  }
  .ysui-cell__ft {
    padding-right: 20px;
    position: relative;
    min-width: 25px;
    &:after {
      content: " ";
      @include setRightArrow(8px, #c8c8c8, 2px);
      position: absolute;
      right: 2px;
      top: 50%;
      margin-top: -4px;
    }
  }
}
