MyCrypto/common/assets/styles/bootstrap/mixins/tab-focus.less

7 lines
87 B
Plaintext
Executable File

// WebKit-style focus
.tab-focus() {
outline: thin dotted;
outline-offset: 3px;
}