简体   繁体   中英

CommandBar Buttons Hover

I am using the CommandBar Component to display links. (The buttons are href links). I want to remove the underline from buttons when hover. Is it possible? enter image description here

https://developer.microsoft.com/en-us/fluentui#/controls/web/commandbar

If you want to remove the underline of a button when hover, maybe you can do something like this

button: hover{
text-decoration: none;
}

Let me know if that worked for you

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM