File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Scripts/vuesrc/notification Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 4545 </td >
4646 <td class =" px-sm-3 py-sm-3" >
4747 <div class =" d-flex justify-content-between" v-if =" notification.userDismissable" >
48- <a href =" #deleteModal" data-toggle =" modal" @click =" selectNotification(notification)" >Delete</a >
49-   ; <i class =" fa-solid fa-trash-can-alt pt-1" ></i >
48+ <button data-target =" #deleteModal" data-toggle =" modal" @click =" selectNotification(notification)" >Delete <i class =" fa-solid fa-trash-can-alt pt-1" ></i ></button >
5049 </div >
5150 </td >
5251 </tr >
Original file line number Diff line number Diff line change 183183 }
184184}
185185
186+ button [data-toggle = " modal" ] {
187+ color : #005eb8 ;
188+ padding : 0 ;
189+ border : none ;
190+ background : none ;
191+
192+ & :focus {
193+ background : yellow ;
194+ border-bottom : 4px solid ;
195+ }
196+ }
197+
186198/* large desktop */
187199@media (min-width : px2rem (990 )) {
188200
You can’t perform that action at this time.
0 commit comments