ScheduleFlightBody share-btn: hover uses $blue-icon (Angular share-button parity)
This commit is contained in:
@@ -173,6 +173,9 @@
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
// Mirrors Angular `share-button.component.scss`: transparent bg, hover
|
||||
// fills with $blue-icon (#e3f0fd), matching the share action buttons
|
||||
// across the Angular site.
|
||||
&__share-btn {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
@@ -188,7 +191,7 @@
|
||||
|
||||
img { width: 20px; height: 20px; }
|
||||
|
||||
&:hover { background-color: rgba(46, 87, 255, 0.08); }
|
||||
&:hover { background-color: colors.$blue-icon; }
|
||||
}
|
||||
|
||||
&__buy-btn {
|
||||
|
||||
Reference in New Issue
Block a user