如何关注开放的崩溃?

时间:2017-10-11 18:08:56

标签: css background focus background-color collapse

如何关注打开的折叠按钮?



<template v-for"index in indexes">
  <b-btn v-b-toggle="'collapse' + index" variant="primary">Toggle Collapse</b-btn>
  <b-collapse :id="'collapse' + index">
    <b-card>Collapse contents Here</b-card>
  </b-collapse>
</template>
&#13;
&#13;
&#13;

像这样:

Focused Button

我使用.btn:focus并更改了背景颜色以显示我的意思。问题是,当我点击其他地方时,按钮不再聚焦。

0 个答案:

没有答案