mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 00:28:25 -04:00
Add large link, no hint variant to file-list
At present the file-list pattern assumes each item has hint text below the link and so increases the hit area to overlap the hint. This adds a variant for items without one and uses it on the page for choosing an alert sub-area.
This commit is contained in:
@@ -68,6 +68,14 @@
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
&-filename-large-no-hint {
|
||||
padding-bottom: 0;
|
||||
padding-top: 5px;
|
||||
margin-bottom: 0;
|
||||
margin-top: 5px;
|
||||
overflow: visible; // don't cut off thicker underline
|
||||
}
|
||||
|
||||
&-filename-unlinked {
|
||||
@include core-19;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user