mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
8 lines
140 B
CSS
8 lines
140 B
CSS
.icon {
|
|
@apply h-5 w-5 mr-3 cursor-pointer;
|
|
background-color: transparent!important;
|
|
}
|
|
|
|
.icon:hover {
|
|
color: var(--textColorAccent);
|
|
} |