Merge pull request #5076 from G-Chubinidze/gc_SCI_8008

Incorrect bottom action bar states for Protocol templates [SCI-8008]
This commit is contained in:
G-Chubinidze 2023-03-14 14:17:29 +04:00 committed by GitHub
commit ef596a5579
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,6 +64,20 @@
.btn {
margin-right: .25em;
}
.btn:focus {
box-shadow: 0 0 0 3px $brand-focus;
}
.btn-light {
&:active {
background-color: $color-alto !important;
}
&:hover {
background: $color-white;
}
}
}
.pagination-info,