mirror of
https://github.com/tabler/tabler.git
synced 2026-07-25 20:44:38 +04:00
disabled links
This commit is contained in:
@@ -100,6 +100,15 @@ Selection
|
||||
background-color: lighten($primary, 8%);
|
||||
}
|
||||
|
||||
/**
|
||||
Links
|
||||
*/
|
||||
[class^="link-"], [class*=" link-"] {
|
||||
&.disabled {
|
||||
color: $nav-link-disabled-color;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
Subheader
|
||||
|
||||
Reference in New Issue
Block a user