diff --git a/_sass/layout/post.scss b/_sass/layout/post.scss index 0ee914448ef..8c6ea4085a1 100644 --- a/_sass/layout/post.scss +++ b/_sass/layout/post.scss @@ -66,11 +66,13 @@ @include btn-post-nav; color: var(--link-color); + &:hover { background: #2a408e; color: #fff; border-color: #2a408e; } + &.disabled { @include btn-post-nav; @@ -78,34 +80,29 @@ cursor: not-allowed; background: none; color: gray; + &:hover { border-color: none; } } + &.btn-outline-primary.disabled:focus { box-shadow: none; } + &::before { color: var(--text-muted-color); font-size: 0.65rem; text-transform: uppercase; content: attr(prompt); } - } - p { - font-size: 1.1rem; - line-height: 1.5rem; - margin-top: 0.3rem; - white-space: normal; - } - - a { &:first-child { border-top-right-radius: 0; border-bottom-right-radius: 0; left: 0.5px; } + &:last-child { border-top-left-radius: 0; border-bottom-left-radius: 0; @@ -113,6 +110,13 @@ } } + p { + font-size: 1.1rem; + line-height: 1.5rem; + margin-top: 0.3rem; + white-space: normal; + } + } // .post-navigation @keyframes fade-up {