diff options
Diffstat (limited to 'flatly/bootswatch.less')
-rw-r--r-- | flatly/bootswatch.less | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/flatly/bootswatch.less b/flatly/bootswatch.less index a31708aa..5e23ea51 100644 --- a/flatly/bootswatch.less +++ b/flatly/bootswatch.less @@ -118,6 +118,14 @@ input[type="color"], // Navs ======================================================================= +.nav { + .open > a, + .open > a:hover, + .open > a:focus { + border-color: transparent; + } +} + .pagination { a, |