mirror of
https://github.com/nasa/openmct.git
synced 2025-04-09 04:14:32 +00:00
[Front-end] Hyperlink styling
This commit is contained in:
parent
7c9a6bd817
commit
0417b7e32d
@ -72,6 +72,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
.s-hyperlink {
|
||||
// Hyperlink objects
|
||||
&:not(.s-button) {
|
||||
color: $colorKey;
|
||||
font-size: 0.8rem;
|
||||
&:hover { color: $colorKeyHov; }
|
||||
}
|
||||
}
|
||||
|
||||
.s-icon-button {
|
||||
// Clickable icon elements that have hover
|
||||
@extend .ui-symbol;
|
||||
|
Loading…
x
Reference in New Issue
Block a user